Skip to content

Commit

Permalink
Add gradlew files to gitignore (#711)
Browse files Browse the repository at this point in the history
No longer needed to be checked in with hermit changes.
  • Loading branch information
andozw authored Nov 23, 2024
1 parent 7d3c6c6 commit 8741a97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion java/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Note: this file is a copy of https://github.com/github/gitignore/blob/main/Gradle.gitignore
# Ignore gradlew files
gradle/wrapper/
gradlew
gradlew.bat

# Note: this rest of the file is a copy of https://github.com/github/gitignore/blob/main/Gradle.gitignore

.gradle
**/build/
Expand Down

0 comments on commit 8741a97

Please sign in to comment.