From c40fee2a3f82a7240e877b11db5ec0d647e4be58 Mon Sep 17 00:00:00 2001 From: angeljqv <79208641+angeljqv@users.noreply.github.com> Date: Thu, 11 Aug 2022 05:32:48 -0500 Subject: [PATCH] Update .gitattributes (#1355) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7d0fb27..84b8468 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,5 +5,11 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore +/.editorconfig export-ignore /phpunit.xml.dist export-ignore /tests export-ignore +/.php_cs.common.php export-ignore +/.php_cs.dist export-ignore +/.php_cs.tests.php export-ignore +/psalm.xml export-ignore +/psalm-baseline.xml export-ignore