Adjust packaging exclude list for 24

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-04-08 10:33:54 +02:00
parent 93fce7a211
commit 37bacbf375
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -63,6 +63,7 @@ appstore:
--exclude=composer.json \ --exclude=composer.json \
--exclude=composer.lock \ --exclude=composer.lock \
--exclude=docs \ --exclude=docs \
--exclude=.drone.jsonnet \
--exclude=.drone.yml \ --exclude=.drone.yml \
--exclude=.eslintignore \ --exclude=.eslintignore \
--exclude=.eslintrc.js \ --exclude=.eslintrc.js \
@ -77,8 +78,10 @@ appstore:
--exclude=node_modules \ --exclude=node_modules \
--exclude=package.json \ --exclude=package.json \
--exclude=package-lock.json \ --exclude=package-lock.json \
--exclude=.php_cs.dist \ --exclude=.php-cs-fixer.cache \
--exclude=.php-cs-fixer.dist.php \
--exclude=.php_cs.cache \ --exclude=.php_cs.cache \
--exclude=.php_cs.dist \
--exclude=psalm.xml \ --exclude=psalm.xml \
--exclude=README.md \ --exclude=README.md \
--exclude=src \ --exclude=src \