From 0fdb33d659e116515dd07a33b3dab09e9858ad75 Mon Sep 17 00:00:00 2001 From: Antoine JOURDAIN Date: Tue, 24 Oct 2023 23:36:36 +0200 Subject: [PATCH] MAJ gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tentative d'enlever les répertoires .idea/ --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4c21b7..f825628 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,8 @@ $RECYCLE.BIN/ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -146,6 +147,9 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser +# Idea folder +.idea/ + # ---> VisualStudioCode .vscode/* !.vscode/settings.json