Skip to content

Commit

Permalink
Add Gradle wrapper to gitignore
Browse files Browse the repository at this point in the history
This commit adds the paths used by a Gradle wrapper to gitignore.

Relates elastic#20332
  • Loading branch information
awislowski authored and jasontedor committed Sep 6, 2016
1 parent 5c2d9fa commit 3526525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ nbactions.xml
.gradle/
build/

# gradle wrapper
gradle/
gradlew
gradlew.bat

# maven stuff (to be removed when trunk becomes 4.x)
*-execution-hints.log
target/
Expand Down

0 comments on commit 3526525

Please sign in to comment.