Update Gradle.gitignore

Unignore gradle-wrapper.properties. For context, see docs: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:wrapper_generation
This commit is contained in:
J.P. Anderson-Young
2022-01-30 15:45:09 -08:00
committed by GitHub
parent 8ea9c64701
commit b5bbbfbe11

View File

@ -8,6 +8,9 @@ gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache