mirror of
https://github.com/AtHeartEngineer/upgrading-ethereum-book.git
synced 2026-01-08 21:08:11 -05:00
21 lines
301 B
Plaintext
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
|