diff --git a/.gitignore b/.gitignore index 89b85ca6..6b66725e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .gradle +local.properties build/ !gradle/wrapper/gradle-wrapper.jar !**/src/main/**/build/ @@ -44,4 +45,4 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store diff --git a/local.properties b/local.properties deleted file mode 100644 index 8c524fc1..00000000 --- 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. -#Tue Jun 04 13:10:19 IST 2024 -sdk.dir=C\:\\Users\\win10\\AppData\\Local\\Android\\Sdk