From 342c4c4aa8cc0e675762f837f3807e071e86adb2 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 7 Jul 2021 10:42:42 -0700 Subject: [PATCH] Remove local.properties and add to .gitignore --- .gitignore | 1 + local.properties | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index fd662a9..d295440 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Cargo.lock .gradle wallet_db bdk_ffi_test +local.properties \ No newline at end of file diff --git a/local.properties b/local.properties deleted file mode 100644 index 52889ad..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. -#Sun Jun 20 18:41:16 PDT 2021 -sdk.dir=/home/steve/Android/Sdk