2019-04-02 14:28:48 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2018-12-17 19:15:17 +00:00
|
|
|
.idea
|
2019-04-02 14:28:48 +00:00
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2018-12-17 10:09:22 +00:00
|
|
|
.embark
|
|
|
|
chains.json
|
2019-04-02 14:28:48 +00:00
|
|
|
embarkConfig/production/password
|
|
|
|
embarkConfig/livenet/password
|
2018-12-17 10:09:22 +00:00
|
|
|
coverage
|
|
|
|
dist
|
|
|
|
node_modules
|
2019-04-02 14:28:48 +00:00
|
|
|
src/embarkArtifacts
|
|
|
|
.idea
|
2019-01-07 09:36:37 +00:00
|
|
|
yarn-error.log
|
2019-02-15 17:32:39 +00:00
|
|
|
cypress/videos/*
|
|
|
|
.secret.json
|
2019-04-16 14:12:05 +00:00
|
|
|
|
|
|
|
crytic-export/
|