Files
Jellystat/.gitignore
2025-03-06 09:49:46 +08:00

34 lines
435 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
.env
# 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*
.vscode/launch.json
.vscode/launch.json
# env
/backend/.env
# local deployment
/dist