From 702502aca2ec7489b4758245517d6cb6ba243085 Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Wed, 23 Jun 2021 10:59:47 +0200 Subject: [PATCH] .gitattributes: sync with reality (#2374) The `.gitattributes` file was no longer in line with the files in the repo. Fixed now. Co-authored-by: jrfnl --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index cb436596..50160db6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,12 +5,11 @@ /.gitignore export-ignore /.phan export-ignore /.scrutinizer.yml export-ignore -/.travis.yml export-ignore /changelog.md export-ignore /docs export-ignore /examples export-ignore /phpcs.xml.dist export-ignore /phpdoc.dist.xml export-ignore +/phpunit.xml.dist export-ignore /test export-ignore -/travis.phpunit.xml.dist export-ignore /UPGRADING.md export-ignore