the-forest/.gitignore
2024-10-10 22:54:22 -04:00

27 lines
335 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
the_big_db.db
dump*.json
# dependencies
node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*