dbgate/.gitignore

25 lines
313 B
Plaintext
Raw Normal View History

2019-12-24 16:48:25 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2019-12-24 14:56:00 +00:00
2019-12-24 16:48:25 +00:00
# dependencies
2019-12-26 19:08:51 +00:00
node_modules
2019-12-24 16:48:25 +00:00
/.pnp
.pnp.js
2019-12-24 14:56:00 +00:00
2019-12-24 16:48:25 +00:00
# testing
/coverage
2019-12-24 14:56:00 +00:00
2019-12-24 16:48:25 +00:00
# production
2019-12-26 19:08:51 +00:00
build
dist
2019-12-24 14:56:00 +00:00
2019-12-24 16:48:25 +00:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2019-12-24 14:56:00 +00:00
2019-12-24 16:48:25 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*