Adding logging related to CORS configuration

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)
This commit is contained in:
Sean McIlvenna
2021-05-27 14:07:05 -07:00
parent 9760e586b6
commit a150aeb4d2
5 changed files with 18 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
target
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