diff --git a/Android.gitignore b/Android.gitignore index c9c2248a..d5650ce5 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -11,6 +11,7 @@ # Generated files bin/ gen/ +out/ # Gradle files .gradle/ @@ -30,3 +31,6 @@ proguard/ # Android Studio captures folder captures/ + +# Intellij +*.iml