diff --git a/Android.gitignore b/Android.gitignore index c9c2248a6a89bb662c3207eee19d358d10c308b2..d5650ce59473afae06732c736115247cc2974e33 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