From 5face57baaeb0fb1f72687f33068d227dc702567 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 10 Jan 2020 01:12:25 -0600 Subject: [PATCH] Add psalm.xml to the export-ignores --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 551ae95..3283893 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ phpstan-tests.neon export-ignore phpstan.neon export-ignore phpunit.xml.dist export-ignore psalm-baseline.xml export-ignore +psalm.xml export-ignore resources/ export-ignore static-analysis/ export-ignore tests/ export-ignore