Skip to content

Commit b16a386

Browse files
committed
update gitignore
1 parent 3a91fd5 commit b16a386

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313

1414
# Maven
1515
log/
16-
target/
16+
target/
17+
18+
# Gradle
19+
.gradle
20+
build/
21+
!gradle/wrapper/gradle-wrapper.jar
22+
!**/src/main/**/build/
23+
!**/src/test/**/build/

0 commit comments

Comments
 (0)