From 98b563a0db32bae4480a1938e89d982c9ed393c5 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Wed, 12 Aug 2026 13:44:24 +0200 Subject: [PATCH] Update exclude pattern in ExcludeFromPackaging.php --- conf/ExcludeFromPackaging.php | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/conf/ExcludeFromPackaging.php b/conf/ExcludeFromPackaging.php index a035158..24879ae 100644 --- a/conf/ExcludeFromPackaging.php +++ b/conf/ExcludeFromPackaging.php @@ -28,26 +28,38 @@ 'vendor', ], 'files' => [ - 'CODE_OF_CONDUCT.md', - 'DS_Store', - 'Dockerfile', - 'ExtensionBuilder.json', - 'Makefile', + 'bitbucket-pipelines.yaml', + 'bitbucket-pipelines.yml', 'bower.json', + 'CODE_OF_CONDUCT.md', + 'codeception.yaml', 'codeception.yml', 'composer.lock', - 'crowdin.yaml', + 'crowdin.yaml' + 'crowdin.yml', + 'deploy.yaml', + 'deploy.yml', + 'docker-compose.yaml', 'docker-compose.yml', + 'Dockerfile', + 'DS_Store', 'dynamicReturnTypeMeta.json', + 'ecs.php', 'editorconfig', 'env', + 'env.dist', 'eslintignore', 'eslintrc.json', + 'ExtensionBuilder.json', + 'fractor.php', 'gitattributes', 'gitignore', + 'gitlab-ci.yaml', 'gitlab-ci.yml', 'gitmodules', 'gitreview', + 'Makefile', + 'nvmrc', 'package-lock.json', 'package.json', 'phive.xml', @@ -66,6 +78,7 @@ 'phpunit.xml.dist', 'prettierrc.json', 'rector.php', + 'renovate.json', 'scrutinizer.yml', 'styleci.yml', 'stylelint.config.js',