diff --git a/Android.gitignore b/Android.gitignore index 87a44e0..1b3c66e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,30 +1,34 @@ # built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # generated files bin/ gen/ +# Ignore gradle files +.gradle/ +build/ + # Local configuration file (sdk path, etc) local.properties # Eclipse project files .classpath .project # Proguard folder generated by Eclipse proguard/ # Intellij project files *.iml *.ipr *.iws .idea/