From cc7743595e57bee7f2a0ca4967fbe9578c68bb21 Mon Sep 17 00:00:00 2001 From: Roman Tymoshyk Date: Wed, 1 Apr 2020 20:14:43 +0300 Subject: [PATCH] Don't include composer.phar/examples/test etc if package fetched as relationship --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 412eeda..78af17c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,10 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +/.gitattributes export-ignore +/.gitignore export-ignore +/composer.phar export-ignore +/RelativePath.Example1.php export-ignore +/Tests export-ignore +/phpunit.xml.dist export-ignore