From 869d215731ccc53af977e8f5201b195c512d1507 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 29 Jul 2023 18:19:36 +0200 Subject: [PATCH] Add static analysis files to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e69db5d..c746518 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,5 @@ /.scrutinizer.yml export-ignore /phpunit.xml.dist export-ignore /phpcs.xml.dist export-ignore +/phpstan.neon.dist export-ignore +/psalm.xml export-ignore