diff --git a/Android.gitignore b/Android.gitignore index 9068cd0..dc62bfd 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,26 +1,29 @@ # Built application files *.apk *.ap_ +# Built application files (for Android Studio projects) +/*/build/ + # Files for the Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ # Gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Log Files *.log