From 6de949c29577b05a7b636734841433c6a0edd918 Mon Sep 17 00:00:00 2001 From: Azmog <80716388+AzmogEx@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:24:41 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20fichier=20.DS=5FStore=20pour=20la?= =?UTF-8?q?=20gestion=20des=20m=C3=A9tadonn=C3=A9es=20du=20syst=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc0002f --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Dependencies +node_modules/ +.pnp +.pnp.js + +# Testing +coverage/ + +# Production +build/ +dist/ + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IDEs and editors +.visualstudio +.vscode/ +.idea/ +*.swp +*.swo + +# Operating System +.DS_Store +Thumbs.db