/ .gitignore
.gitignore
1 .embark 2 chains.json 3 config/development/mnemonic 4 config/livenet/password 5 config/production/password 6 coverage 7 embarkArtifacts 8 node_modules 9 package-lock.json 10 dist 11 12 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 13 14 # Editor artifacts 15 .vscode 16 .idea 17 .project 18 19 # dependencies 20 /node_modules 21 /.pnp 22 .pnp.js 23 24 # testing 25 /coverage 26 27 # production 28 /build 29 30 # misc 31 .DS_Store 32 .env.local 33 .env.development.local 34 .env.test.local 35 .env.production.local 36 37 npm-debug.log* 38 yarn-debug.log* 39 yarn-error.log* 40 41 # Slither 42 crytic-export/