Files
fichajes/.gitignore
Antoni Nuñez Romeu b3f7d6bf98 Versión 1.0
2026-04-09 23:42:49 +02:00

28 lines
367 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
.env
# Additional environment files
.env.*
!.env.example
npm-debug.log*
yarn-debug.log*
yarn-error.log*