Update create-release.sh with files to be excluded

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2024-09-20 23:19:38 -03:00
parent 35db808234
commit 7228f9807d
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -248,7 +248,11 @@ cleanup_composer_vendors() {
vendor/phpmyadmin/motranslator/psalm-baseline.xml \
vendor/phpmyadmin/motranslator/psalm.xml \
vendor/slim/psr7/phpunit.xml.dist \
vendor/slim/psr7/tests/
vendor/slim/psr7/tests/ \
vendor/psr/event-dispatcher/.editorconfig \
vendor/spomky-labs/cbor-php/SECURITY.md \
vendor/spomky-labs/pki-framework/SECURITY.md \
vendor/web-auth/cose-lib/SECURITY.md
find vendor/tecnickcom/tcpdf/fonts/ -maxdepth 1 -type f \
-not -name 'dejavusans.*' \
-not -name 'dejavusansb.*' \