From cc5d162bb754e87816c31a7b3b93dc156eb593c3 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 26 Mar 2026 03:04:16 -0400 Subject: [PATCH] ignore README.md from composer install --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cd88ff9..edcce41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ /phpstan.dist.neon export-ignore /phpunit-watcher.yml export-ignore /phpunit.xml.dist export-ignore +/README.md export-ignore