From 9b1079fc9ea46fbdc7891a671f6e22552271534b Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 9 Mar 2022 14:30:04 -0500 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index bb6756587..015c424bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -# Created by https://www.toptal.com/developers/gitignore/api/intellij,gradle,java -# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,gradle,java +# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,gradle,java +# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,gradle,java -### Intellij ### +### 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 @@ -80,35 +80,14 @@ 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 ### +# Ignore everything but code style settings and run configurations +# that are supposed to be shared within teams. -# *.iml -# modules.xml -# .idea/misc.xml -# *.ipr - -# Sonarlint plugin -# https://plugins.jetbrains.com/plugin/7973-sonarlint -.idea/**/sonarlint/ - -# SonarQube Plugin -# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin -.idea/**/sonarIssues.xml - -# Markdown Navigator plugin -# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced -.idea/**/markdown-navigator.xml -.idea/**/markdown-navigator-enh.xml -.idea/**/markdown-navigator/ - -# Cache file creation bug -# See https://youtrack.jetbrains.com/issue/JBR-2257 -.idea/$CACHE_FILE$ +.idea/* -# CodeStream plugin -# https://plugins.jetbrains.com/plugin/12206-codestream -.idea/codestream.xml +!.idea/codeStyles +!.idea/runConfigurations ### Java ### # Compiled class file @@ -159,4 +138,4 @@ gradle-app.setting # JDT-specific (Eclipse Java Development Tools) .classpath -# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,java +# End of https://www.toptal.com/developers/gitignore/api/intellij+all,gradle,java \ No newline at end of file From c822ccf7aef98cecb833236eafd81f96801019d8 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 9 Mar 2022 14:37:34 -0500 Subject: [PATCH 2/2] Adjust .gitignore --- .idea/compiler.xml | 6 -- .idea/encodings.xml | 6 -- .idea/jarRepositories.xml | 20 ----- .idea/modules.xml | 9 -- .idea/modules/Legup.test.iml | 82 ------------------- .../legup-update/Legup.legup-update.test.iml | 19 ----- .idea/runConfigurations.xml | 10 --- 7 files changed, 152 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/modules/Legup.test.iml delete mode 100644 .idea/modules/legup-update/Legup.legup-update.test.iml delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 61a9130cd..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 6e4adc023..000000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index fdc392fe8..000000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 75f4375f6..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/Legup.test.iml b/.idea/modules/Legup.test.iml deleted file mode 100644 index 263be0803..000000000 --- a/.idea/modules/Legup.test.iml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/legup-update/Legup.legup-update.test.iml b/.idea/modules/legup-update/Legup.legup-update.test.iml deleted file mode 100644 index 562d770d7..000000000 --- a/.idea/modules/legup-update/Legup.legup-update.test.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea53..000000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file