11
2- # Created by https://www.gitignore.io/api/intellij,java,gradle
3-
4- # ## Intellij ###
5- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android
6- Studio and Webstorm
7-
8- * .iml
9-
10- # # Directory-based project format:
11- .idea /
12- # if you remove the above rule, at least ignore the following:
13-
14- # User-specific stuff:
15- # .idea/workspace.xml
16- # .idea/tasks.xml
17- # .idea/dictionaries
18- # .idea/shelf
19-
20- # Sensitive or high-churn files:
21- # .idea/dataSources.ids
22- # .idea/dataSources.xml
23- # .idea/sqlDataSources.xml
24- # .idea/dynamic.xml
25- # .idea/uiDesigner.xml
26-
27- # Gradle:
28- # .idea/gradle.xml
29- # .idea/libraries
30-
31- # Mongo Explorer plugin:
32- # .idea/mongoSettings.xml
33-
34- # # File-based project format:
35- * .ipr
2+ # Created by https://www.gitignore.io/api/gradle,intellij+all
3+ # Edit at https://www.gitignore.io/?templates=gradle,intellij+all
4+
5+ # ## Intellij+all ###
6+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+ # User-specific stuff
10+ .idea /** /workspace.xml
11+ .idea /** /tasks.xml
12+ .idea /** /usage.statistics.xml
13+ .idea /** /dictionaries
14+ .idea /** /shelf
15+
16+ # Generated files
17+ .idea /** /contentModel.xml
18+
19+ # Sensitive or high-churn files
20+ .idea /** /dataSources /
21+ .idea /** /dataSources.ids
22+ .idea /** /dataSources.local.xml
23+ .idea /** /sqlDataSources.xml
24+ .idea /** /dynamic.xml
25+ .idea /** /uiDesigner.xml
26+ .idea /** /dbnavigator.xml
27+
28+ # Gradle
29+ .idea /** /gradle.xml
30+ .idea /** /libraries
31+
32+ # Gradle and Maven with auto-import
33+ # When using Gradle or Maven with auto-import, you should exclude module files,
34+ # since they will be recreated, and may cause churn. Uncomment if using
35+ # auto-import.
36+ # .idea/modules.xml
37+ # .idea/*.iml
38+ # .idea/modules
39+
40+ # CMake
41+ cmake-build- * /
42+
43+ # Mongo Explorer plugin
44+ .idea /** /mongoSettings.xml
45+
46+ # File-based project format
3647* .iws
3748
38- # # Plugin-specific files:
39-
4049# IntelliJ
41- / out /
50+ out /
4251
4352# mpeltonen/sbt-idea plugin
4453.idea_modules /
4554
4655# JIRA plugin
4756atlassian-ide-plugin.xml
4857
58+ # Cursive Clojure plugin
59+ .idea /replstate.xml
60+
4961# Crashlytics plugin (for Android Studio and IntelliJ)
5062com_crashlytics_export_strings.xml
5163crashlytics.properties
5264crashlytics-build.properties
5365fabric.properties
5466
67+ # Editor-based Rest Client
68+ .idea /httpRequests
5569
56- # ## Java ###
57- * .class
70+ # Android studio 3.1+ serialized cache file
71+ .idea / caches / build_file_checksums.ser
5872
59- # Mobile Tools for Java (J2ME)
60- .mtj.tmp /
73+ # ## Intellij+all Patch ###
74+ # Ignores the whole .idea folder and all .iml files
75+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
6176
62- # Package Files #
63- * .jar
64- * .war
65- * .ear
77+ .idea /
6678
67- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
68- hs_err_pid *
79+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
6980
81+ * .iml
82+ modules.xml
83+ .idea /misc.xml
84+ * .ipr
7085
7186# ## Gradle ###
7287.gradle
73- build /
88+ / build /
7489
7590# Ignore Gradle GUI config
7691gradle-app.setting
@@ -80,3 +95,11 @@ gradle-app.setting
8095
8196# Cache of project
8297.gradletasknamecache
98+
99+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
100+ # gradle/wrapper/gradle-wrapper.properties
101+
102+ # ## Gradle Patch ###
103+ ** /build /
104+
105+ # End of https://www.gitignore.io/api/gradle,intellij+all
0 commit comments