discover/.gitignore

51 lines
635 B
Plaintext
Raw Normal View History

2019-05-27 15:22:45 +00:00
.embark
chains.json
config/development/mnemonic
config/livenet/password
config/production/password
coverage
node_modules
package-lock.json
dist
2019-07-30 18:33:50 +00:00
full-build
full-build.zip
flattenedContracts
src/embarkArtifacts
2019-05-27 15:22:45 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Editor artifacts
.vscode
.idea
.project
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
app.zip
2019-05-27 15:22:45 +00:00
# misc
.DS_Store
2019-06-07 11:03:11 +00:00
.env
2019-05-27 15:22:45 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Slither
crytic-export/
# AWS EB CLI
.elasticbeanstalk/