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