From 7f6b63c96286d355f166d6f85ee49ad32b1562fc Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 4 May 2020 14:33:28 +0200 Subject: [PATCH] Ignore tests etc. from archive exports --- .gitattributes | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 90b60b6..0d5f91f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,10 @@ -/tools export-ignore -/tools/* binary +/.php_cs.dist export-ignore +/.psalm export-ignore +/build.xml export-ignore +/phive.xml export-ignore +/phpunit.xml export-ignore +/tests export-ignore +/tools export-ignore +/tools/* binary *.php diff=php