From 932f56cddfd49983a8d513f60aabc5076afdb7c4 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Thu, 6 Jun 2024 18:50:55 +0530 Subject: [PATCH] Delete local.properties (#867) * Delete local.properties * Update .gitignore --- .gitignore | 3 ++- local.properties | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 local.properties 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