prevent copying composer.json and README.md to the source directory

This commit is contained in:
Daniel Seifert 2020-05-25 11:48:28 +02:00
bovenliggende 0557b8ba2b
commit 186f14117e
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen

Bestand weergeven

@ -24,7 +24,9 @@
"oxideshop": { "oxideshop": {
"target-directory": "d3/attributemultivalues", "target-directory": "d3/attributemultivalues",
"blacklist-filter": [ "blacklist-filter": [
"patches/**/*" "patches/**/*",
"composer.json",
"README.md"
] ]
}, },
"patches": { "patches": {