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:
parent
8ea9c64701
commit
b5bbbfbe11
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user