38 lines
499 B
Plaintext
38 lines
499 B
Plaintext
# 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
|
|
.idea
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.embark
|
|
chains.json
|
|
embarkConfig/production/password
|
|
embarkConfig/livenet/password
|
|
coverage
|
|
dist
|
|
node_modules
|
|
src/embarkArtifacts
|
|
.idea
|
|
yarn-error.log
|
|
cypress/videos/*
|
|
.secret.json
|
|
|
|
crytic-export/ |