From fc1bebf8216c6a2fd64bfefe50fa0f45d1f5f643 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 21 Jun 2021 05:15:07 -0400 Subject: [PATCH] untrack local.properties and add it to gitignore --- .gitignore | 3 +++ local.properties | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index 9d532b1..26ccdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ app.*.symbols # Obfuscation related app.*.map.json + +# local settings +local.properties \ No newline at end of file diff --git a/local.properties b/local.properties deleted file mode 100644 index 699498e..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. -#Mon Mar 22 01:39:44 CET 2021 -sdk.dir=C\:\\Users\\konst\\AppData\\Local\\Android\\Sdk