chore: Update packaging exclude list

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-05-22 12:22:37 +02:00
parent e6d2ef6dfd
commit e7ccda9682

View File

@ -101,6 +101,7 @@ appstore:
--exclude=README.md \ --exclude=README.md \
--exclude=.readthedocs.yaml \ --exclude=.readthedocs.yaml \
--exclude=/recording \ --exclude=/recording \
--exclude=/rector.php \
--exclude=/redocly.yaml \ --exclude=/redocly.yaml \
--exclude=/site \ --exclude=/site \
--exclude=/src \ --exclude=/src \
@ -110,6 +111,7 @@ appstore:
--exclude=tests \ --exclude=tests \
--exclude=tsconfig.json \ --exclude=tsconfig.json \
--exclude=vendor/bamarni \ --exclude=vendor/bamarni \
--exclude=vendor/cweagans \
--exclude=vendor/bin \ --exclude=vendor/bin \
--exclude=vendor-bin \ --exclude=vendor-bin \
--exclude=webpack.common.config.js \ --exclude=webpack.common.config.js \