discover/.gitignore

50 lines
616 B
Plaintext

.embark
chains.json
config/development/mnemonic
config/livenet/
coverage
node_modules
package-lock.json
dist
full-build
flattenedContracts
src/embarkArtifacts
shared.development.chains.json
# 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
# misc
.DS_Store
.env
.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/