From 04181f6310e2475521f2fcbe56855118abc39165 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 16 Nov 2014 16:56:07 +0100 Subject: [PATCH 1/1] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9068cd0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..094ff76 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +AndroidWeatherInformation +========================= + +Weather Information, App for Android -- 2.1.4