more complete react gitignore

This commit is contained in:
Joost Agterhoek 2025-07-17 21:08:37 +02:00
parent c7d80bba8b
commit 543bcdaf9c

25
.gitignore vendored
View File

@ -1,15 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
node_modules/
jspm_packages/
# dependency directories
dist/
# Typescript v1 declaration files
typings/
# optional npm cache directory
.npm
# optional eslint cache
.eslintcache
# output of 'npm pack'
*.tgz
# testing
/coverage
# production
/build
build/Release
# misc
.DS_Store
@ -18,6 +33,10 @@
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*