Files
upgrading-ethereum-book/.gitignore
2022-01-03 12:14:33 +00:00

21 lines
301 B
Plaintext

# Deployment utilities
bin/priv/
# roughViz library - build it from https://github.com/benjaminion/roughViz
src/charts/roughviz.min.js
# Files generated during the build process
src/md/pages/
src/md/annotated.md
index.json
# Junk
node_modules/
.cache/
public/
tmp/
# IntelliJ configs
.idea/
*.iml