From 8b4c11e8428d18ca39e7e0df67627f1281a8fb57 Mon Sep 17 00:00:00 2001 From: Nestisse Date: Mon, 12 Feb 2024 09:05:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20gitignore=20pour=20?= =?UTF-8?q?ignorer=20les=20.idea=20=C3=A0=20tous=20les=20niveau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d307715..80077b2 100644 --- a/.gitignore +++ b/.gitignore @@ -494,4 +494,6 @@ fabric.properties # Migrations et fichiers db **/Migrations/** -*.db \ No newline at end of file +*.db + +/**/.idea/