From 57370a46747a8a2f76a437f5a988c865d54690d3 Mon Sep 17 00:00:00 2001 From: Tomohiro IKEDA Date: Tue, 22 Mar 2016 16:56:15 +0900 Subject: [PATCH] Commit .gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..737bf02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +.DS_Store + +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +build/ +gen/ +target/ + +# Local configuration files +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Eclipse project files +.classpath +.project + +# IntelliJ project files +.idea/ +.gradle/ +*.iml +*.ipr +*.iws + +build