fix: added gradle.properties to gitignore

This commit is contained in:
zaaarf 2023-01-26 22:52:48 +01:00
parent b56e37df86
commit 1efc167232
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View file

@ -16,6 +16,7 @@ out
# gradle
build
.gradle
gradle.properties
# other
eclipse

View file

@ -1,5 +0,0 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.java.home=/usr/lib/jvm/java-8-openjdk/