mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue