1
0
voyager-frontend/.gitignore
Marcio 74b7569dd1 Add .env and *.zip to .gitignore
Include .env files to prevent sensitive data from being committed. Also ignore .zip files to avoid tracking large or temporary archives.
2026-01-14 19:55:57 -03:00

26 lines
321 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# 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*
.env
*.zip