From fa16775ee2a653e95a88ca2e593145cbee6f288d Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 15 Jun 2021 09:37:58 +0100 Subject: [PATCH] fix: allow copying the phpunit.xml --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 234cbbf8..3654b689 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ .gitattributes export-ignore .gitignore export-ignore phpstan.neon export-ignore -phpunit.xml export-ignore +/phpunit.xml export-ignore CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore README.md export-ignore