From 3ea6da927e65207c0ff7e46a5412c4e65466cd51 Mon Sep 17 00:00:00 2001 From: Surviving with android Date: Sat, 8 Feb 2014 12:23:37 -0800 Subject: [PATCH] Initial commit --- .gitignore | 29 +++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..648a292 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# 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/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..d116398 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Swa-app +======= + +This repo contains app source code created in Surviving with Android blog