Browse Source

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
pull/31496/head
Sam Brannen 1 year ago
parent
commit
2d1d14b145
  1. 3
      .gitignore

3
.gitignore vendored

@ -21,8 +21,7 @@ derby.log @@ -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/

Loading…
Cancel
Save