diff --git a/.gitignore b/.gitignore index ac8d3cce..ff2f8761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Created by .ignore support plugin (hsz.mobi) ### JetBrains template +.idea + # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 @@ -71,6 +73,4 @@ doc/api/ # Don't commit pubspec lock file # (Library packages only! Remove pattern if developing an application package) -pubspec.lock - -.idea/ \ No newline at end of file +pubspec.lock \ No newline at end of file