Skip to content

Commit 9a492f4

Browse files
committed
Update .gitignore
1 parent 37433c6 commit 9a492f4

File tree

1 file changed

+60
-3
lines changed

1 file changed

+60
-3
lines changed

.gitignore

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

44
### Eclipse ###
55
.metadata
@@ -155,6 +155,63 @@ fabric.properties
155155
!.idea/codeStyles
156156
!.idea/runConfigurations
157157

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+
158215
### Java ###
159216
# Compiled class file
160217
*.class
@@ -341,4 +398,4 @@ $RECYCLE.BIN/
341398
# Windows shortcuts
342399
*.lnk
343400

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

Comments
 (0)