From 891627da7591254b7c316d6a91e4a0c69dd987c2 Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 22 Oct 2014 03:24:01 +0200 Subject: [PATCH] Removed file that should not be checked in --- .gitignore | 3 ++- local.properties | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index 0cc4c1a..eafbc1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Created by .gitignore support plugin (hsz.mobi) *.iml .idea -/build \ No newline at end of file +/build +local.properties \ No newline at end of file diff --git a/local.properties b/local.properties deleted file mode 100644 index ec04fda..0000000 --- a/local.properties +++ /dev/null @@ -1,11 +0,0 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Tue Sep 02 10:12:13 CEST 2014 -sdk.dir=/Users/darken/android-sdks