From 60d4051840374e92bc475ef4bf48cd44cd16e28a Mon Sep 17 00:00:00 2001 From: Tom LAVEILLE Date: Mon, 14 Oct 2024 11:35:00 +0200 Subject: [PATCH] test de gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7d5b135a --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +#Ignores gitignore +.gitignore + +#Ignores all folders +/* +*__pycache__/ +plugins.xml + +#Except Plugin folders +!/CenRa_AUTOMAP/* +!/CenRa_COPIE/* +!/CenRa_FLUX/* +!/CenRa_METABASE/* +!/CenRa_POSTGIS/* +!/CenRa_SICEN/* \ No newline at end of file