Removing unused `allow_placeholder_references` property that causes confusion with `auto_create_placeholder_references` Improving `.dockerignore` so that it ignores specific target files/directories that are generated by MVN/java, but not the .war file (so that compiled .war files can be easily turned into a docker image)
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
target/classes/
|
|
target/failsafe-reports/
|
|
target/generated-*
|
|
target/maven-*
|
|
target/ROOT
|
|
target/test-classes/
|
|
target/war
|
|
target/duplicate-finder-result.xml
|
|
target/jacoco.exec
|
|
target/*.original
|
|
.idea
|
|
.git |