From f4684ee691e55d2310398c4d92d4e9a473cf105d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 8 Feb 2021 22:40:04 +0100 Subject: [PATCH] Adjust .gitattributes Signed-off-by: William Desportes --- .gitattributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6f3d126ab2..93da049b62 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,10 +19,11 @@ DCO 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/bootstrap-static.php export-ignore +test/config.e2e.inc.php export-ignore +test/phpstan-constants.php export-ignore +test/*-local-server export-ignore test/*.conf export-ignore test/*.ini export-ignore -test/ci-* export-ignore +test/ci-phplint export-ignore .browserslistrc export-ignore