1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00
discover/.gitignore

50 lines
616 B
Plaintext
Raw Normal View History

2019-05-27 17:22:45 +02:00
.embark
chains.json
config/development/mnemonic
2019-08-07 15:57:20 +02:00
config/livenet/
2019-05-27 17:22:45 +02:00
coverage
node_modules
package-lock.json
dist
2019-07-30 21:33:50 +03:00
full-build
flattenedContracts
src/embarkArtifacts
shared.development.chains.json
2019-05-27 17:22:45 +02: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 17:22:45 +02:00
# misc
.DS_Store
2019-06-07 14:03:11 +03:00
.env
2019-05-27 17:22:45 +02: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/