From 4be5547eecf34b424f3c320fd04c4f10233aeddd Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 6 Aug 2021 16:03:32 -0500 Subject: [PATCH] chore: exclude phpstan-tests.neon from archives --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f49e103..347439e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ /docs/ export-ignore /phpbench.json export-ignore /phpcs.xml.dist export-ignore +/phpstan-tests.neon export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore /psalm-baseline.xml export-ignore