From 42962a67676dbe72a776e05c32b35a77aa9386f4 Mon Sep 17 00:00:00 2001 From: Brad McManus Date: Fri, 13 Sep 2013 15:22:42 -0700 Subject: [PATCH] Update Android.gitignore for Gradle builds The new Android build system is based upon Gradle and introduces a new set of folders and files that should not be committed to version control systems. Here is an article from the Gradle docs that explains the Gradle wrapper and which file should and shouldn't be present in VSC: http://www.gradle.org/docs/current/userguide/gradle_wrapper.html --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e..0af50d08 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -28,3 +28,7 @@ proguard/ *.iws .idea/ +# Gradle build files +.gradle +.settings +build/