|
1 |
| -# Created by https://www.toptal.com/developers/gitignore/api/eclipse,intellij+all,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
2 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,intellij+all,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/eclipse,intellij+all,intellij+iml,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,intellij+all,intellij+iml,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
3 | 3 |
|
4 | 4 | ### Eclipse ###
|
5 | 5 | .metadata
|
@@ -155,6 +155,63 @@ fabric.properties
|
155 | 155 | !.idea/codeStyles
|
156 | 156 | !.idea/runConfigurations
|
157 | 157 |
|
| 158 | +### Intellij+iml ### |
| 159 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 160 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 161 | + |
| 162 | +# User-specific stuff |
| 163 | + |
| 164 | +# AWS User-specific |
| 165 | + |
| 166 | +# Generated files |
| 167 | + |
| 168 | +# Sensitive or high-churn files |
| 169 | + |
| 170 | +# Gradle |
| 171 | + |
| 172 | +# Gradle and Maven with auto-import |
| 173 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 174 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 175 | +# auto-import. |
| 176 | +# .idea/artifacts |
| 177 | +# .idea/compiler.xml |
| 178 | +# .idea/jarRepositories.xml |
| 179 | +# .idea/modules.xml |
| 180 | +# .idea/*.iml |
| 181 | +# .idea/modules |
| 182 | +# *.iml |
| 183 | +# *.ipr |
| 184 | + |
| 185 | +# CMake |
| 186 | + |
| 187 | +# Mongo Explorer plugin |
| 188 | + |
| 189 | +# File-based project format |
| 190 | + |
| 191 | +# IntelliJ |
| 192 | + |
| 193 | +# mpeltonen/sbt-idea plugin |
| 194 | + |
| 195 | +# JIRA plugin |
| 196 | + |
| 197 | +# Cursive Clojure plugin |
| 198 | + |
| 199 | +# SonarLint plugin |
| 200 | + |
| 201 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 202 | + |
| 203 | +# Editor-based Rest Client |
| 204 | + |
| 205 | +# Android studio 3.1+ serialized cache file |
| 206 | + |
| 207 | +### Intellij+iml Patch ### |
| 208 | +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 209 | + |
| 210 | +*.iml |
| 211 | +modules.xml |
| 212 | +.idea/misc.xml |
| 213 | +*.ipr |
| 214 | + |
158 | 215 | ### Java ###
|
159 | 216 | # Compiled class file
|
160 | 217 | *.class
|
@@ -341,4 +398,4 @@ $RECYCLE.BIN/
|
341 | 398 | # Windows shortcuts
|
342 | 399 | *.lnk
|
343 | 400 |
|
344 |
| -# End of https://www.toptal.com/developers/gitignore/api/eclipse,intellij+all,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
| 401 | +# End of https://www.toptal.com/developers/gitignore/api/eclipse,intellij+all,intellij+iml,java,kotlin,linux,macos,maven,netbeans,vim,visualstudiocode,windows |
|
0 commit comments