From 392ea93d797e8d9fc1d21aa2587aca51552a98fc Mon Sep 17 00:00:00 2001 From: Daniel Gomez Pan Date: Sun, 4 Oct 2015 08:31:53 +0200 Subject: [PATCH] Added ignore all test and documentation for archive [skip ci] --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index 818cb6aa23..676d6c3421 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,3 +21,14 @@ *.jpg binary *.gif binary *.ttf binary + +# Ignore all test and documentation for archive +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore +/docs export-ignore +/build export-ignore