Files
Jellystat/.gitignore
Thegan Govender 0746386bb0 Update .gitignore
2023-10-07 22:26:25 +02:00

26 lines
344 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
/backend/backup-data
.vscode
.idea
# 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*