the-forest/.gitignore

29 lines
346 B
Plaintext
Raw Permalink Normal View History

2024-09-17 20:35:18 -04:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
the_big_db.db
2024-10-10 22:54:22 -04:00
dump*.json
2024-09-17 20:35:18 -04:00
# dependencies
node_modules
2024-09-17 20:35:18 -04:00
/.pnp
.pnp.js
# testing
/coverage
# production
/build
dist/
2024-09-17 20:35:18 -04:00
# misc
.DS_Store
.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*