From 87852a1924a395f99a760c0f9bf7e23800689357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 21 Jul 2022 13:13:27 +0200 Subject: [PATCH] Update .gitattributes to `export-ignore` additional files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and also sort it for easier maintenance. --- .gitattributes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2d097474..37ada446 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,12 @@ /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.travis.yml.old export-ignore /CONTRIBUTING.md export-ignore +/docker-compose.yml export-ignore +/generator export-ignore +/performance export-ignore /phpcs.xml.dist export-ignore /phpstan.neon export-ignore -/performance export-ignore -/generator export-ignore -/.github export-ignore \ No newline at end of file +/phpunit.xml.dist export-ignore +/tests export-ignore