Skip to content

Commit a172ac9

Browse files
committed
Update gitignore to allow for "build" GitHub actions
1 parent 914b958 commit a172ac9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
build
1+
/build
2+
buildSrc/build
3+
/spring-*/build
4+
/platform/build
25
node_modules/
36
.full-build
4-
!/**/src/**/build
7+
58
/**/src/**/generated
69
.gradle
710
.idea/

0 commit comments

Comments
 (0)