From 446f9acc453c60c7d74f5fcbcf0603954ef0828f Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Wed, 25 Jul 2018 23:58:18 -0400 Subject: [PATCH] Removed .idea folder --- .gitignore | 8 ++++---- .idea/misc.xml | 7 ------- .idea/vcs.xml | 6 ------ 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 1966a63d..14b142d5 100644 --- a/.gitignore +++ b/.gitignore @@ -66,10 +66,10 @@ fabric.properties ### Intellij Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 -# *.iml -# modules.xml -# .idea/misc.xml -# *.ipr +*.iml +modules.xml +.idea/misc.xml +*.ipr # Sonarlint plugin .idea/sonarlint diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index bc8d0a3a..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file