solana/explorer/.gitignore

29 lines
339 B
Plaintext
Raw Normal View History

2020-03-13 02:07:58 -07:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2021-10-27 00:23:51 -07:00
2020-03-13 02:07:58 -07:00
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/wasm/target
2020-03-13 02:07:58 -07:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.eslintcache
2020-03-13 02:07:58 -07:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-10-23 05:46:32 -07:00
2022-01-03 06:00:09 -08:00