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
|
2019-07-31 12:54:14 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
# 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/
|
2019-08-05 13:51:00 +00:00
|
|
|
|
|
|
|
# AWS EB CLI
|
|
|
|
.elasticbeanstalk/
|