diff --git a/.gitattributes b/.gitattributes index 704b89fe0f..5ce6898ae6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,4 +14,12 @@ phpcs.xml.dist export-ignore phpstan.neon.dist export-ignore DCO export-ignore .editorconfig export-ignore +# Exclude only the following files and not all files in test/ +# This is because some packaging teams need our test files but not the CI related files test/doctum-config.php export-ignore +test/bootstrap-phpstan.php export-ignore +test/install-browserstack export-ignore +test/start-local-server export-ignore +test/*.conf export-ignore +test/*.ini export-ignore +test/ci-* export-ignore