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 /out-tsc
/bazel-out /bazel-out
# Node # dependencies
/node_modules /node_modules
npm-debug.log /.pnp
yarn-error.log .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 # IDEs and editors
.idea/ .idea/
@@ -33,10 +59,10 @@ yarn-error.log
.nx/ .nx/
.sass-cache/ .sass-cache/
/connect.lock /connect.lock
/coverage
/libpeerconnection.log /libpeerconnection.log
testem.log testem.log
/typings /typings
*.pem
# e2e # e2e
/e2e/*.js /e2e/*.js