diff --git a/.gitignore b/.gitignore index affaff7..71e0873 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,java