From cc3174c160141058160dc84a5d023359407f2075 Mon Sep 17 00:00:00 2001 From: Adriano Cataluddi Date: Sun, 21 May 2023 17:48:33 +0200 Subject: [PATCH] Ignored the JetBrains IDEs .idea/ metadata folder. Fixed #2 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 17fe9b743..f5c18cb03 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ venv # Local History for Visual Studio Code .history/ + +# JetBrains IDEs +.idea/ \ No newline at end of file