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