From b4d05d85d8b04765911e5d6182c86aeefb0e99fb Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 30 Jul 2023 11:56:12 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0e5aa6aa..cb4ac9ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,11 @@ /tests export-ignore /dev export-ignore +/.github export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs.dist export-ignore -/.travis.yml export-ignore +/.php-cs-fixer.dist export-ignore /docker-compose.yml export-ignore /phpunit.xml.dist export-ignore +/.psalm.baseline.xml export-ignore +/psalm.xml export-ignore