add missing blacklist-filter in composer.json

This commit is contained in:
MaxBUhe 2023-01-19 15:36:54 +01:00
parent dfab91a71a
commit f9d7f0b2e9
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@
},
"extra": {
"oxideshop": {
"blacklist-filter": [
"*.md",
"composer.json",
".php-cs-fixer.php",
"*.xml",
"*.neon"
],
"target-directory": "d3/googleanalytics"
}
},