Update .gitignore to add .idea

This commit is contained in:
Jonas Nicolas Biedermann 2022-03-21 12:51:38 +00:00
parent fee41d1ef7
commit 076c3aca3a

5
.gitignore vendored
View File

@ -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