dbgate/.gitignore

27 lines
400 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*
2021-01-17 07:16:00 +00:00
app/src/nativeModulesContent.js
packages/api/src/nativeModulesContent.js
2021-03-04 09:04:34 +00:00
.VSCodeCounter