From 00ef98879fb571ad7ab0aff82453c701a11bfe68 Mon Sep 17 00:00:00 2001 From: Titouan Date: Fri, 3 Oct 2025 10:12:56 +0200 Subject: [PATCH] Added package-lock.json in ignore files --- .cursorignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.cursorignore b/.cursorignore index 0a387e1..f189fdd 100644 --- a/.cursorignore +++ b/.cursorignore @@ -1,5 +1,6 @@ # Ignorer les contenus volumineux pour le contexte IA node_modules/ +package-lock.json dist/ build/ coverage/ diff --git a/.gitignore b/.gitignore index d94bffa..ef97f59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # dependencies /node_modules +package-lock.json # next.js /.next/