From 38a15885ffc456bf556807429e9fabd6a459b81d Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 18 Feb 2025 13:19:40 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20.gitignor?= =?UTF-8?q?e=20pour=20inclure=20les=20fichiers=20sp=C3=A9cifiques=20=C3=A0?= =?UTF-8?q?=20Next.js=20et=20les=20scripts=20de=20d=C3=A9veloppement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0407cf6..39e38d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# NextJS node_modules .next + +# Cursor .cursordirectory -copy.sh \ No newline at end of file +# Dev +copy.sh +.env.development +start.sh \ No newline at end of file