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
This commit is contained in:
Sam Brannen 2023-09-02 18:28:24 +02:00
parent 1641cb75e2
commit 2d1d14b145
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -21,8 +21,7 @@ derby.log
/build
buildSrc/build
/spring-*/build
/framework-bom/build
/framework-docs/build
/framework-*/build
/integration-tests/build
/src/asciidoc/build
spring-test/test-output/