Mise à jour du fichier gitignore

This commit is contained in:
Rampeur
2025-08-07 08:09:35 +02:00
parent 7cd8364b07
commit 16fc6b69a6
+30 -4
View File
@@ -6,10 +6,36 @@
/out-tsc
/bazel-out
# Node
# dependencies
/node_modules
npm-debug.log
yarn-error.log
/.pnp
.pnp.js
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# production
/build
# testing
/coverage
# next.js
/.next/
/out/
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# IDEs and editors
.idea/
@@ -33,10 +59,10 @@ yarn-error.log
.nx/
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
*.pem
# e2e
/e2e/*.js