From 3bb33e5d586b85b34ce0428c7671806a45725911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 27 Jul 2022 15:07:19 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index a5e8c6a..2f589fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,8 @@ -/tests export-ignore -/phpstan.neon export-ignore +/.github/ export-ignore +/tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore /.php_cs.dist export-ignore -/.travis.yml export-ignore /CHANGELOG.md export-ignore -/CONTRIBUTING.md export-ignore +/phpstan-baseline.neon export-ignore /phpstan.neon export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore