From bbdd4cbe17bfb2811ea019fb306339ba6cd48ebb Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sat, 22 Nov 2025 18:57:33 +0100 Subject: [PATCH] Add phpunit.dist.xml in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8a9c459..e53bce7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,5 @@ /assets/test export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore