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
parent 0557b8ba2b
commit 186f14117e
1 changed files with 3 additions and 1 deletions

View File

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