Skip to content

Commit

Permalink
Fix .gitignore rule for Gradle build directory
Browse files Browse the repository at this point in the history
Fixes #1380

With the previous rules, some source files in the net.bytebuddy.build
package were ignored in some subprojects.

See also: gradle/gradle#18737
  • Loading branch information
0dinD committed Dec 29, 2022
1 parent d4b5cdb commit 4a7fbb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ maven-checksum-extension.jar

# Gradle
.gradle/
byte-buddy-gradle-plugin/build/
byte-buddy-gradle-plugin/**/build/
byte-buddy-gradle-plugin/buildSrc/build/
byte-buddy-gradle-plugin/gradle/build/
build/
!**/src/**/build/
gradle-*-bin.zip
gradle-wrapper.jar

Expand Down

0 comments on commit 4a7fbb1

Please sign in to comment.