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.
This commit is contained in:
Sam Brannen
2023-02-28 16:36:32 +01:00
parent 8a879c6fed
commit 0a8bda40f4

1
.gitignore vendored
View File

@@ -28,6 +28,7 @@ buildSrc/build
/integration-tests/build
/src/asciidoc/build
target/
/target/
# Eclipse artifacts, including WTP generated manifests
.classpath