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 e9413b93c6
commit 6c29a5779e

2
.gitignore vendored
View File

@@ -29,7 +29,7 @@ spring-test/test-output/
# Maven artifacts
pom.xml
target/
/target/
# Eclipse artifacts, including WTP generated manifests
bin