From 0a8bda40f45ebd5f8b393eee6ca14dffc5ee486d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 28 Feb 2023 16:36:32 +0100 Subject: [PATCH] Fix .gitignore pattern for Maven "target" folders Rationale: changes in org.springframework.aop.framework.autoproxy.target were previously ignored since the "target" package was ignored by the previous "eager" pattern for "target" folders. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0d1d6dd9e..9d5d4b2f1d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ buildSrc/build /integration-tests/build /src/asciidoc/build target/ +/target/ # Eclipse artifacts, including WTP generated manifests .classpath