From b0433a504062891a1d76a60d9ad6851fbab53eda Mon Sep 17 00:00:00 2001 From: iamr0s <271257581@qq.com> Date: Tue, 20 Aug 2024 10:27:03 +0800 Subject: [PATCH] fix: typo (@s1204IT) --- .gitignore | 3 ++- local.properties | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index d2d3a53..24cb457 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ *.iml .gradle /.idea +/.kotlin .DS_Store /build /captures .externalNativeBuild .cxx -local.propertiesq +local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index e9ed739..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. -#Wed May 15 17:17:28 CST 2024 -sdk.dir=C\:\\Users\\iamr0s\\AppData\\Local\\Android\\Sdk