Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amdelamar committed Dec 24, 2018
1 parent bac8ef7 commit f6d768f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Created by https://www.gitignore.io/api/java,macos,linux,gradle,eclipse,windows,intellij
# Edit at https://www.gitignore.io/?templates=java,macos,linux,gradle,eclipse,windows,intellij
# Created by https://www.gitignore.io/api/java,macos,linux,gradle,eclipse,windows,intellij+all
# Edit at https://www.gitignore.io/?templates=java,macos,linux,gradle,eclipse,windows,intellij+all

### Eclipse ###

Expand Down Expand Up @@ -72,7 +72,7 @@ local.properties

.sts4-cache/

### Intellij ###
### Intellij+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

Expand Down Expand Up @@ -140,16 +140,18 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
### Intellij+all Patch ###
# Ignores the whole .idea folder and all .iml files
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
.idea/

# Sonarlint plugin
.idea/sonarlint
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

*.iml
modules.xml
.idea/misc.xml
*.ipr

### Java ###
# Compiled class file
Expand Down Expand Up @@ -263,4 +265,4 @@ gradle-app.setting
### Gradle Patch ###
**/build/

# End of https://www.gitignore.io/api/java,macos,linux,gradle,eclipse,windows,intellij
# End of https://www.gitignore.io/api/java,macos,linux,gradle,eclipse,windows,intellij+all

0 comments on commit f6d768f

Please sign in to comment.