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