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:
@@ -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
|
||||
Reference in New Issue
Block a user