From 16fc6b69a62ebfc2636d7c864e78c7febea16c67 Mon Sep 17 00:00:00 2001 From: Rampeur Date: Thu, 7 Aug 2025 08:09:35 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b8a6659..e679955 100644 --- a/.gitignore +++ b/.gitignore @@ -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