From ecc6f0440a26d2d63b1c6cdf81d406bcb3c9bbe2 Mon Sep 17 00:00:00 2001 From: comp500 Date: Tue, 29 Sep 2020 02:14:05 +0100 Subject: [PATCH] Remove IntelliJ metadata from repo --- .gitignore | 30 ++++++++++------ .idea/codeStyles/codeStyleConfig.xml | 5 --- .idea/compiler.xml | 6 ---- .idea/inspectionProfiles/Project_Default.xml | 36 -------------------- .idea/jarRepositories.xml | 20 ----------- .idea/misc.xml | 10 ------ .idea/packwiz-installer.iml | 2 -- .idea/vcs.xml | 6 ---- 8 files changed, 19 insertions(+), 96 deletions(-) delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/packwiz-installer.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index e3899e1..3b65dc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -# Created by https://www.gitignore.io/api/java,gradle,intellij -# Edit at https://www.gitignore.io/?templates=java,gradle,intellij +# Created by https://www.toptal.com/developers/gitignore/api/java,gradle,intellij+all +# Edit at https://www.toptal.com/developers/gitignore?templates=java,gradle,intellij+all -### Intellij ### -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +### Intellij+all ### +# 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 @@ -33,6 +33,9 @@ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules @@ -72,13 +75,18 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser -### Intellij Patch ### -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 +### Intellij+all Patch ### +# Ignores the whole .idea folder and all .iml files +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 -# *.iml -# modules.xml -# .idea/misc.xml -# *.ipr +.idea/ + +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 + +*.iml +modules.xml +.idea/misc.xml +*.ipr # Sonarlint plugin .idea/sonarlint @@ -127,4 +135,4 @@ gradle-app.setting ### Gradle Patch ### **/build/ -# End of https://www.gitignore.io/api/java,gradle,intellij \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/java,gradle,intellij+all diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 61a9130..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 804ba90..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index efa4625..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d39d11a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/packwiz-installer.iml b/.idea/packwiz-installer.iml deleted file mode 100644 index 78b2cc5..0000000 --- a/.idea/packwiz-installer.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file