From 29b4b3d78d47df2827e1e94b1fe37b023f54ae9c Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 19 Oct 2024 12:46:35 -0700 Subject: [PATCH] Remove local.properties --- .gitignore | 1 + sdl-android-project/local.properties | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 sdl-android-project/local.properties diff --git a/.gitignore b/.gitignore index 9eb9bf3..0b94ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ cmake-build-*/ *.rej .codelite/*.tags *_build +local.properties diff --git a/sdl-android-project/local.properties b/sdl-android-project/local.properties deleted file mode 100644 index dd4f943..0000000 --- a/sdl-android-project/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. -#Thu Apr 25 11:32:33 PDT 2024 -sdk.dir=/home/catmeow/Android/Sdk