From 14e38f5ccb60ac7c3f3ce9ac32dc463674469966 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Tue, 13 Nov 2018 19:08:44 +0530 Subject: [PATCH] Exclude files and folder from release archive This file is same as master branch --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4afe7924..ed6e29a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore +/doc export-ignore +/tests export-ignore +/.* export-ignore +/phpunit.xml.dist export-ignore