From 24e694f29873dafb019314a3ba5451eec72a9c73 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 13 Apr 2020 22:05:54 +0200 Subject: [PATCH] Remove unit tests etc from archive export --- .gitattributes | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1e90448c..760ebd19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,10 +6,14 @@ *.lex text eol=lf # exclude from git export -/travis.ini export-ignore -/myconfig.ini export-ignore -/.travis.yml export-ignore -/.gitignore export-ignore -/.gitattributes export-ignore +/tests export-ignore /utilities/ export-ignore + +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore /error_reporting.ini export-ignore +/phpunit.sh export-ignore +/phpunit.xml export-ignore +/TODO.md export-ignore +/travis.ini export-ignore