1
0
mirror of https://github.com/oceanprotocol/status synced 2024-11-22 01:36:59 +01:00
status/.gitignore

21 lines
250 B
Plaintext
Raw Normal View History

2019-09-16 11:28:08 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
2019-12-07 23:02:18 +01:00
.env.*
2019-09-16 11:28:08 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2019-12-07 23:02:18 +01:00
.next