From 6f2f6dec45412fe970f4293b0e7f422571319077 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Thu, 3 Sep 2020 06:31:49 -0700 Subject: [PATCH] Ignore local.properties Signed-off-by: William Brawner --- .gitignore | 1 + local.properties | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index fae6b74..caf0223 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *.iml *.ipr *.iws +local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index 942bb2c..0000000 --- a/local.properties +++ /dev/null @@ -1,8 +0,0 @@ -## 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. -#Sat Aug 22 22:27:03 MST 2020 -sdk.dir=/home/wbrawner/Android/Sdk