From c00ebfe2a6c710a08f527330c18ac9a6326815af Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 2 Oct 2023 09:35:31 +0200 Subject: [PATCH] Update gitignore for idea folder --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1de6590..301464f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,8 @@ replay_pid* # ---> JetBrains # 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 - -# User-specific stuff +.idea/ +# User-specific stff .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml @@ -50,6 +50,7 @@ replay_pid* .idea/**/uiDesigner.xml .idea/**/dbnavigator.xml + # Gradle .idea/**/gradle.xml .idea/**/libraries