2024-09-17 20:35:18 -04:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2024-09-25 10:51:05 -04:00
|
|
|
the_big_db.db
|
2024-10-10 22:54:22 -04:00
|
|
|
dump*.json
|
2024-09-25 10:51:05 -04:00
|
|
|
|
2024-09-17 20:35:18 -04:00
|
|
|
# dependencies
|
2024-09-18 14:47:30 -04:00
|
|
|
node_modules
|
2024-09-17 20:35:18 -04:00
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
2024-12-12 13:30:12 -05:00
|
|
|
dist/
|
2024-09-17 20:35:18 -04:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2024-12-12 13:30:12 -05:00
|
|
|
.env
|
2024-09-17 20:35:18 -04:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|