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:
parent
e9413b93c6
commit
6c29a5779e
|
@ -29,7 +29,7 @@ spring-test/test-output/
|
||||||
|
|
||||||
# Maven artifacts
|
# Maven artifacts
|
||||||
pom.xml
|
pom.xml
|
||||||
target/
|
/target/
|
||||||
|
|
||||||
# Eclipse artifacts, including WTP generated manifests
|
# Eclipse artifacts, including WTP generated manifests
|
||||||
bin
|
bin
|
||||||
|
|
Loading…
Reference in New Issue