Update .gitignore to add .idea
This commit is contained in:
parent
fee41d1ef7
commit
076c3aca3a
5
.gitignore
vendored
5
.gitignore
vendored
@ -5,6 +5,9 @@
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
|
||||
.idea
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
@ -159,4 +162,4 @@ gradle-app.setting
|
||||
# JDT-specific (Eclipse Java Development Tools)
|
||||
.classpath
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,java
|
||||
# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,java
|
||||
|
||||
Reference in New Issue
Block a user