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',