mirror of https://github.com/dap-ps/discover.git
50 lines
627 B
Plaintext
50 lines
627 B
Plaintext
.embark
|
|
chains.json
|
|
config/development/mnemonic
|
|
config/livenet/password
|
|
config/production/password
|
|
coverage
|
|
node_modules
|
|
package-lock.json
|
|
dist
|
|
full-build
|
|
full-build.zip
|
|
flattenedContracts
|
|
src/embarkArtifacts
|
|
|
|
# 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
|
|
|
|
# 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/
|