From 40ff11ec23453c374a616437c98fa4081a156d0a Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Thu, 20 Feb 2020 14:55:29 +0900 Subject: [PATCH] fix .gitignore --- .gitignore | 32 +- com.anatawa12.fixRtm.fixRtm.api.iml | 150 ------ com.anatawa12.fixRtm.fixRtm.iml | 13 - com.anatawa12.fixRtm.fixRtm.main.iml | 199 -------- com.anatawa12.fixRtm.fixRtm.test.iml | 159 ------ fixRtm.ipr | 721 --------------------------- 6 files changed, 13 insertions(+), 1261 deletions(-) delete mode 100644 com.anatawa12.fixRtm.fixRtm.api.iml delete mode 100644 com.anatawa12.fixRtm.fixRtm.iml delete mode 100644 com.anatawa12.fixRtm.fixRtm.main.iml delete mode 100644 com.anatawa12.fixRtm.fixRtm.test.iml delete mode 100644 fixRtm.ipr diff --git a/.gitignore b/.gitignore index 3c16a04e..9fca998b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ -# Created by https://www.gitignore.io/api/linux,macos,gradle,windows,intellij,forgegradle -# Edit at https://www.gitignore.io/?templates=linux,macos,gradle,windows,intellij,forgegradle +# Created by https://www.gitignore.io/api/linux,macos,gradle,windows,forgegradle,intellij+iml +# Edit at https://www.gitignore.io/?templates=linux,macos,gradle,windows,forgegradle,intellij+iml ### ForgeGradle ### # Minecraft client/server files run/ -### Intellij ### +### Intellij+iml ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 @@ -40,6 +40,8 @@ run/ # .idea/modules.xml # .idea/*.iml # .idea/modules +# *.iml +# *.ipr # CMake cmake-build-*/ @@ -74,19 +76,13 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser -# JetBrains templates -**___jb_tmp___ +### Intellij+iml Patch ### +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 -### Intellij Patch ### -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 - -# *.iml -# modules.xml -# .idea/misc.xml -# *.ipr - -# Sonarlint plugin -.idea/sonarlint +*.iml +modules.xml +.idea/misc.xml +*.ipr ### Linux ### *~ @@ -134,6 +130,7 @@ Temporary Items ### Windows ### # Windows thumbnail cache files Thumbs.db +Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db @@ -175,7 +172,4 @@ gradle-app.setting ### Gradle Patch ### **/build/ -# End of https://www.gitignore.io/api/linux,macos,gradle,windows,intellij,forgegradle - -mods -classes +# End of https://www.gitignore.io/api/linux,macos,gradle,windows,forgegradle,intellij+iml diff --git a/com.anatawa12.fixRtm.fixRtm.api.iml b/com.anatawa12.fixRtm.fixRtm.api.iml deleted file mode 100644 index 85d6ebc2..00000000 --- a/com.anatawa12.fixRtm.fixRtm.api.iml +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - FORGE - MCP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/com.anatawa12.fixRtm.fixRtm.iml b/com.anatawa12.fixRtm.fixRtm.iml deleted file mode 100644 index c7f6342f..00000000 --- a/com.anatawa12.fixRtm.fixRtm.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/com.anatawa12.fixRtm.fixRtm.main.iml b/com.anatawa12.fixRtm.fixRtm.main.iml deleted file mode 100644 index 04ea77ec..00000000 --- a/com.anatawa12.fixRtm.fixRtm.main.iml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - FORGE - MCP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/com.anatawa12.fixRtm.fixRtm.test.iml b/com.anatawa12.fixRtm.fixRtm.test.iml deleted file mode 100644 index 75a6a487..00000000 --- a/com.anatawa12.fixRtm.fixRtm.test.iml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - FORGE - MCP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fixRtm.ipr b/fixRtm.ipr deleted file mode 100644 index 7ed15e33..00000000 --- a/fixRtm.ipr +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file