From a3e9edf5a572953d1676f7044701f48a5dc25559 Mon Sep 17 00:00:00 2001 From: MotorMike Date: Thu, 20 Aug 2015 11:05:23 +1200 Subject: [PATCH] Mike added git ignore --- .gitignore | 34 +++++++++++++++++++++++++++------- .idea/gradle.xml | 2 +- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9c4de58..ccf2efe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,27 @@ -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries -.DS_Store -/build -/captures +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ +/*/build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log diff --git a/.idea/gradle.xml b/.idea/gradle.xml index bd4202c..5f8ec24 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@