Files
Jellystat/.gitignore
c4lyp5o 78c7bee34a fix: added more folder for gitignore
env and local deployment
2023-11-07 16:54:55 +08:00

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