1
-
2
- # Created by https://www.toptal.com/developers/gitignore/api/intellij+all,gradle,forgegradle,java
3
- # Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,gradle,forgegradle,java
1
+ # Created by https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,intellij+all
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=java,gradle,forgegradle,intellij+all
4
3
5
4
# ## ForgeGradle ###
6
5
# Minecraft client/server files
@@ -70,6 +69,9 @@ atlassian-ide-plugin.xml
70
69
# Cursive Clojure plugin
71
70
.idea /replstate.xml
72
71
72
+ # SonarLint plugin
73
+ .idea /sonarlint /
74
+
73
75
# Crashlytics plugin (for Android Studio and IntelliJ)
74
76
com_crashlytics_export_strings.xml
75
77
crashlytics.properties
@@ -83,20 +85,13 @@ fabric.properties
83
85
.idea /caches /build_file_checksums.ser
84
86
85
87
# ## Intellij+all Patch ###
86
- # Ignores the whole .idea folder and all .iml files
87
- # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
88
+ # Ignore everything but code style settings and run configurations
89
+ # that are supposed to be shared within teams.
88
90
89
- .idea /
91
+ .idea /*
90
92
91
- # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
92
-
93
- * .iml
94
- modules.xml
95
- .idea /misc.xml
96
- * .ipr
97
-
98
- # Sonarlint plugin
99
- .idea /sonarlint
93
+ ! .idea /codeStyles
94
+ ! .idea /runConfigurations
100
95
101
96
# ## Java ###
102
97
# Compiled class file
@@ -122,32 +117,35 @@ modules.xml
122
117
123
118
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
124
119
hs_err_pid *
120
+ replay_pid *
125
121
126
122
# ## Gradle ###
127
123
.gradle
128
- build /
124
+ ** /build /
125
+ ! src /** /build /
129
126
130
127
# Ignore Gradle GUI config
131
128
gradle-app.setting
132
129
133
130
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
134
131
! gradle-wrapper.jar
135
132
133
+ # Avoid ignore Gradle wrappper properties
134
+ ! gradle-wrapper.properties
135
+
136
136
# Cache of project
137
137
.gradletasknamecache
138
138
139
- # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
140
- # gradle/wrapper/gradle-wrapper.properties
141
-
142
- # ## Gradle Patch ###
143
- ** /build /
144
-
145
139
# Eclipse Gradle plugin generated files
146
140
# Eclipse Core
147
141
.project
148
142
# JDT-specific (Eclipse Java Development Tools)
149
143
.classpath
150
144
151
- # End of https://www.toptal.com/developers/gitignore/api/intellij+all,gradle,forgegradle,java
145
+ # ## Gradle Patch ###
146
+ # Java heap dump
147
+ * .hprof
148
+
149
+ # End of https://www.toptal.com/developers/gitignore/api/java,gradle,forgegradle,intellij+all
152
150
153
151
srgmap.cfg
0 commit comments