status/.gitignore

21 lines
250 B
Plaintext
Raw Permalink 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