Skip to content

Commit 2d1d14b

Browse files
committed
Add /framework-*/build to .gitignore
Due to the introduction of the `framework-api` project in the main branch, we now have 3 `framework-*` projects that should be ignored. I have therefore removed `/framework-bom/build` and `/framework-docs/build` and added `/framework-*/build` to ignore all 3 framework projects. See gh-31049
1 parent 1641cb7 commit 2d1d14b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ derby.log
2121
/build
2222
buildSrc/build
2323
/spring-*/build
24-
/framework-bom/build
25-
/framework-docs/build
24+
/framework-*/build
2625
/integration-tests/build
2726
/src/asciidoc/build
2827
spring-test/test-output/

0 commit comments

Comments
 (0)