Browse Source

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.
pull/30062/head
Sam Brannen 2 years ago
parent
commit
6c29a5779e
  1. 2
      .gitignore

2
.gitignore vendored

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

Loading…
Cancel
Save