From 2d1d14b145e60b2d4067364daf7c11bb728e0189 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 2 Sep 2023 18:28:24 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 211080d88a..14252754d4 100644 --- a/.gitignore +++ b/.gitignore @@ -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/