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/30101/head
Sam Brannen 2 years ago
parent
commit
0a8bda40f4
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save