From ce38183467e6f7ef6a690f6123978a7b715645b7 Mon Sep 17 00:00:00 2001 From: smals-lade Date: Fri, 8 May 2026 12:05:21 +0200 Subject: [PATCH] add gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..594f024 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Node modules +node_modules/ + +# Fichiers .ini +*.ini + +# Fichiers compressés .gz +*.gz +