From bf0008be588df9a006f16ac038086ea797889c1e Mon Sep 17 00:00:00 2001 From: Tom LAVEILLE Date: Mon, 14 Oct 2024 14:26:59 +0200 Subject: [PATCH] Git ignore fonctione --- .gitignore | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 572ab561..21f701be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,15 @@ #Ignores gitignore -!.gitignore +.gitignore #Ignores all folders /* +!plugins.xml -#Except Plugin folders -!/CenRa_COPIE/* -!/CenRa_FLUX/* -!/CenRa_METABASE/* -!/CenRa_POSTGIS/* -!/CenRa_SICEN/* -!/CenRa_AUTOMAP/* +!CenRa_AUTOMAP/ +!CenRa_COPIE +!CenRa_FLUX +!CenRa_METABASE +!CenRa_POSTGIS +!CenRa_SICEN - -*__pycache__* +**/__pycache__ \ No newline at end of file