Resolve source directory and add blacklist filter

This commit is contained in:
Daniel Seifert 2021-07-13 10:51:45 +02:00
parent 466e751a5c
commit 9e9bab88f0
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
25 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@
}, },
"extra": { "extra": {
"oxideshop": { "oxideshop": {
"source-directory": "/src", "blacklist-filter": [
"*.md",
"composer.json"
],
"target-directory": "d3/datawizard" "target-directory": "d3/datawizard"
} }
}, },