From 50d5890eaca5192a7352f1906a556341890db0ce Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 12 Sep 2022 15:52:32 +0200 Subject: [PATCH] Exclude unit test files from git export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ca0450d8..81586365 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ /utilities export-ignore /docker-compose.yml export-ignore /.github export-ignore +/run_tests_for_all_php_versions.sh export-ignore /.gitattributes export-ignore /.gitignore export-ignore /make-release.sh export-ignore