add missing blacklist-filter in composer.json
This commit is contained in:
parent
dfab91a71a
commit
f9d7f0b2e9
@ -34,6 +34,13 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"oxideshop": {
|
"oxideshop": {
|
||||||
|
"blacklist-filter": [
|
||||||
|
"*.md",
|
||||||
|
"composer.json",
|
||||||
|
".php-cs-fixer.php",
|
||||||
|
"*.xml",
|
||||||
|
"*.neon"
|
||||||
|
],
|
||||||
"target-directory": "d3/googleanalytics"
|
"target-directory": "d3/googleanalytics"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user