diff --git a/java/.gitignore b/java/.gitignore index f6d64d1..730cf68 100644 --- a/java/.gitignore +++ b/java/.gitignore @@ -1,6 +1,7 @@ # Ignore Gradle project-specific cache directory .gradle +.local.properties # Ignore Gradle build output directory build -*.log \ No newline at end of file +*.log diff --git a/java/local.properties b/java/local.properties deleted file mode 100644 index 61ec504..0000000 --- a/java/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 Dec 10 10:08:23 BRT 2024 -sdk.dir=/home/oluiscabral/Android/Sdk