Browse Source

Avoid ignoring Gradle wrapper jar file

This is added because .jar files are usually ignored (see Java.gitignore)
pull/1285/head
Paolo Fulgoni 9 years ago
parent
commit
9ce20aa179
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Gradle.gitignore

+ 3
- 0
Gradle.gitignore View File

@@ -3,3 +3,6 @@ build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

Loading…
Cancel
Save