From db22341b18f1c7658859b385e68c9317fb584f1e Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Sat, 4 Feb 2023 10:40:12 +0100 Subject: [PATCH] Add .idea folder to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index adc30e3..8f35559 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ ### PyCharm ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - +.idea/ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml