From abd2f37186d200e47d96178df024087fce1234d4 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 29 Apr 2025 06:33:49 +0700 Subject: [PATCH] fix(git): fix export-ignore directives --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9a0057c2..fadcf62f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,6 @@ /.php-cs-fixer.dist.php export-ignore /phpstan.neon.dist export-ignore /phpstan-baseline.neon export-ignore -/psalm.baseline.xml export-ignore +/psalm-baseline.xml export-ignore /psalm.xml export-ignore +/.editorconfig export-ignore