From 142deb432346c8c78e7f0d0aebbf412a08d9c60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 19 Apr 2022 09:51:29 +0200 Subject: [PATCH] Fix: Clean up .gitattributes --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5918aea8..b9262c8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ +/.github export-ignore /demo export-ignore /docs export-ignore /tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs.dist export-ignore -/.travis.yml export-ignore +/.php-cs-fixer.dist export-ignore +/phpstan-baseline.neon export-ignore +/phpstan.neon export-ignore /phpunit.xml.dist export-ignore