From 9dca6fb8365e4b1cc166ad87f9e1f4b8b1d8c5e5 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 26 Mar 2026 18:49:36 -0400 Subject: [PATCH] ignore phpunit-watcher.yml.dist from composer install --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index edcce41..72af06c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,6 @@ /phpcs.xml.dist export-ignore /phpstan-baseline.neon export-ignore /phpstan.dist.neon export-ignore -/phpunit-watcher.yml export-ignore +/phpunit-watcher.yml.dist export-ignore /phpunit.xml.dist export-ignore /README.md export-ignore