From 500b73fd721d5be011068ad3bb30c4eb50cc3896 Mon Sep 17 00:00:00 2001 From: Daniel de Wit Date: Mon, 27 Feb 2023 15:45:50 +0100 Subject: [PATCH] Update .gitattributes to reduce dist size --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7e6b21b..5e34f9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ *.php linguist-language=PHP *.js linguist-language=PHP -*.vue linguist-language=PHP \ No newline at end of file +*.vue linguist-language=PHP + +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore \ No newline at end of file