From f0d4d4193f2ce09fa870e5aecd0b7faf62318d0a Mon Sep 17 00:00:00 2001 From: tongtongstudio Date: Fri, 21 Aug 2026 09:35:45 +0800 Subject: [PATCH] chore: stop tracking local.properties --- android-app/.gitignore | 1 + android-app/local.properties | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 android-app/local.properties diff --git a/android-app/.gitignore b/android-app/.gitignore index 3aa2f13..18e5155 100644 --- a/android-app/.gitignore +++ b/android-app/.gitignore @@ -15,3 +15,4 @@ /app/src/androidTest/java/com/uiui/os/ /app/src/test/java/com/uiui/os/ /.idea/ +local.properties \ No newline at end of file diff --git a/android-app/local.properties b/android-app/local.properties deleted file mode 100644 index f1f9d4b..0000000 --- a/android-app/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 Aug 20 17:37:36 CST 2026 -sdk.dir=/mnt/sdk/AndroidSdk