From 40b2f03971470d60b1067a9beff019ba2296f4e9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 16 Jun 2025 15:49:41 +0100 Subject: [PATCH] .gitattributes: Add psalm-baseline.xml --- .gitattributes | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 43bc3a78..e6cd6d03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,12 @@ -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -apigen.neon export-ignore -phpunit.php export-ignore -phpunit.xml export-ignore -psalm.xml export-ignore -random-tests.php export-ignore -README.md export-ignore -tests/ export-ignore -.github/ export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +apigen.neon export-ignore +phpunit.php export-ignore +phpunit.xml export-ignore +psalm.xml export-ignore +psalm-baseline.xml export-ignore +random-tests.php export-ignore +README.md export-ignore +tests/ export-ignore +.github/ export-ignore