From c24ee966adac6c28feae2d1fe530b18c44235088 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 11 Jan 2016 08:50:47 +0100 Subject: [PATCH] Exclude some dirs and files from repository auto-generated ZIP archives --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458f..484960de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,9 @@ * text=auto +/build/ export-ignore +/tests/ export-ignore +/travis/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/CHANGELOG.md export-ignore +/phpunit.xml.dist export-ignore