Update gitignore

This commit is contained in:
Timothy Warren 2016-08-03 20:35:08 -04:00
parent 3fccf4adb5
commit a1422818ee
1 changed files with 6 additions and 4 deletions

10
.gitignore vendored
View File

@ -15,6 +15,8 @@ Cargo.lock
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
/.idea/
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
@ -415,10 +417,10 @@ fabric.properties
### WebStorm Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
*.iml
modules.xml
.idea/misc.xml
*.ipr
### Ruby ###