From 937075cffff54cff8cb7632c97e48f99af2353bc Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 20 Feb 2025 18:20:18 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20.gitignor?= =?UTF-8?q?e=20pour=20inclure=20les=20d=C3=A9pendances,=20l'environnement?= =?UTF-8?q?=20et=20les=20fichiers=20sp=C3=A9cifiques=20aux=20IDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 39e38d7..d8d6005 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,16 @@ -# NextJS +# Dépendances node_modules + +# NextJS .next -# Cursor -.cursordirectory - -# Dev -copy.sh +# Environnement .env.development + +# IDE et éditeurs +.cursordirectory +.vscode + +# Scripts de développement +copy.sh start.sh \ No newline at end of file