1- # Created by https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode, java,eclipse
2- # Edit at https://www.toptal.com/developers/gitignore?templates=maven,intellij+all,visualstudiocode, java,eclipse
1+ # Created by https://www.toptal.com/developers/gitignore/api/maven,intellij+all,intellij+iml,intellij, java,eclipse,visualstudiocode
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=maven,intellij+all,intellij+iml,intellij, java,eclipse,visualstudiocode
33
44# ## Eclipse ###
55.metadata
@@ -67,7 +67,7 @@ local.properties
6767# Spring Boot Tooling
6868.sts4-cache /
6969
70- # ## Intellij+all ###
70+ # ## Intellij ###
7171# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
7272# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7373
@@ -146,6 +146,89 @@ fabric.properties
146146# Android studio 3.1+ serialized cache file
147147.idea /caches /build_file_checksums.ser
148148
149+ # ## Intellij Patch ###
150+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
151+
152+ # *.iml
153+ # modules.xml
154+ # .idea/misc.xml
155+ # *.ipr
156+
157+ # Sonarlint plugin
158+ # https://plugins.jetbrains.com/plugin/7973-sonarlint
159+ .idea /** /sonarlint /
160+
161+ # SonarQube Plugin
162+ # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
163+ .idea /** /sonarIssues.xml
164+
165+ # Markdown Navigator plugin
166+ # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
167+ .idea /** /markdown-navigator.xml
168+ .idea /** /markdown-navigator-enh.xml
169+ .idea /** /markdown-navigator /
170+
171+ # Cache file creation bug
172+ # See https://youtrack.jetbrains.com/issue/JBR-2257
173+ .idea /$CACHE_FILE$
174+
175+ # CodeStream plugin
176+ # https://plugins.jetbrains.com/plugin/12206-codestream
177+ .idea /codestream.xml
178+
179+ # Azure Toolkit for IntelliJ plugin
180+ # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
181+ .idea /** /azureSettings.xml
182+
183+ # ## Intellij+all ###
184+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
185+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
186+
187+ # User-specific stuff
188+
189+ # AWS User-specific
190+
191+ # Generated files
192+
193+ # Sensitive or high-churn files
194+
195+ # Gradle
196+
197+ # Gradle and Maven with auto-import
198+ # When using Gradle or Maven with auto-import, you should exclude module files,
199+ # since they will be recreated, and may cause churn. Uncomment if using
200+ # auto-import.
201+ # .idea/artifacts
202+ # .idea/compiler.xml
203+ # .idea/jarRepositories.xml
204+ # .idea/modules.xml
205+ # .idea/*.iml
206+ # .idea/modules
207+ # *.iml
208+ # *.ipr
209+
210+ # CMake
211+
212+ # Mongo Explorer plugin
213+
214+ # File-based project format
215+
216+ # IntelliJ
217+
218+ # mpeltonen/sbt-idea plugin
219+
220+ # JIRA plugin
221+
222+ # Cursive Clojure plugin
223+
224+ # SonarLint plugin
225+
226+ # Crashlytics plugin (for Android Studio and IntelliJ)
227+
228+ # Editor-based Rest Client
229+
230+ # Android studio 3.1+ serialized cache file
231+
149232# ## Intellij+all Patch ###
150233# Ignore everything but code style settings and run configurations
151234# that are supposed to be shared within teams.
@@ -155,6 +238,63 @@ fabric.properties
155238! .idea /codeStyles
156239! .idea /runConfigurations
157240
241+ # ## Intellij+iml ###
242+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
243+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
244+
245+ # User-specific stuff
246+
247+ # AWS User-specific
248+
249+ # Generated files
250+
251+ # Sensitive or high-churn files
252+
253+ # Gradle
254+
255+ # Gradle and Maven with auto-import
256+ # When using Gradle or Maven with auto-import, you should exclude module files,
257+ # since they will be recreated, and may cause churn. Uncomment if using
258+ # auto-import.
259+ # .idea/artifacts
260+ # .idea/compiler.xml
261+ # .idea/jarRepositories.xml
262+ # .idea/modules.xml
263+ # .idea/*.iml
264+ # .idea/modules
265+ # *.iml
266+ # *.ipr
267+
268+ # CMake
269+
270+ # Mongo Explorer plugin
271+
272+ # File-based project format
273+
274+ # IntelliJ
275+
276+ # mpeltonen/sbt-idea plugin
277+
278+ # JIRA plugin
279+
280+ # Cursive Clojure plugin
281+
282+ # SonarLint plugin
283+
284+ # Crashlytics plugin (for Android Studio and IntelliJ)
285+
286+ # Editor-based Rest Client
287+
288+ # Android studio 3.1+ serialized cache file
289+
290+ # ## Intellij+iml Patch ###
291+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
292+
293+ * .iml
294+ modules.xml
295+ .idea /misc.xml
296+ * .ipr
297+
158298# ## Java ###
159299# Compiled class file
160300* .class
@@ -219,4 +359,4 @@ buildNumber.properties
219359.history
220360.ionide
221361
222- # End of https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode, java,eclipse
362+ # End of https://www.toptal.com/developers/gitignore/api/maven,intellij+all,intellij+iml,intellij, java,eclipse,visualstudiocode
0 commit comments