otterscan/.gitignore

32 lines
356 B
Plaintext
Raw Permalink Normal View History

2021-07-01 18:21:40 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
2022-08-04 22:30:06 +00:00
/dist
2021-07-01 18:21:40 +00:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-11-26 06:50:06 +00:00
/.vscode
2022-08-08 21:11:39 +00:00
.gitsigners
2022-10-25 02:27:24 +00:00
chains/
topic0/