From 1dee9c8871d4e2e273924b392612c2645f6ec010 Mon Sep 17 00:00:00 2001 From: Evgeniy Zyubin Date: Mon, 27 Mar 2023 21:26:36 +0300 Subject: [PATCH] Add psalm.xml.dist export-ignore to .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 941a9f9..31508b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,4 @@ /.scrutinizer.yml export-ignoree /phpcs.xml export-ignore /phpunit.xml.dist export-ignore -/psalm.xml export-ignore +/psalm.xml.dist export-ignore