From 78bb40c34dfe621a164beb52a2a31f47eefbff0f Mon Sep 17 00:00:00 2001 From: Vincent PC Date: Sat, 29 Aug 2026 12:07:06 +0200 Subject: [PATCH] =?UTF-8?q?gitignore=20sert=20=C3=A0=20ignorer=20des=20mod?= =?UTF-8?q?ifications=20sur=20des=20fichiers=20ou=20dossiers...=20ici=20on?= =?UTF-8?q?=20ajoute=20".vscode"=20(une=20ligne)=20pour=20ne=20pas=20v?= =?UTF-8?q?=C3=A9rifier=20ni=20envoyer=20de=20nouvelles=20modifications=20?= =?UTF-8?q?de=20ce=20dossier=20propre=20=C3=A0=20VSCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vscode/.gitignore diff --git a/.vscode/.gitignore b/.vscode/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.vscode/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file