diff --git a/.gitignore b/.gitignore index c3364a2..b645b87 100644 --- a/.gitignore +++ b/.gitignore @@ -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 ###