From d27d55a03da3780120532d3f5d0d18ecfdfb032b Mon Sep 17 00:00:00 2001 From: "remi.greub" <remi.greub@hes-so.ch> Date: Wed, 19 Mar 2025 11:07:57 +0100 Subject: [PATCH] ajout des .zip dans le gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 865e095..fe861c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.swp *.swo *.swn +*.zip build/ Debug/ -- GitLab