From 9ebb2804e4688fbcd19e40c7c72620980caec0a6 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Sun, 2 Sep 2018 20:21:46 +0500 Subject: [PATCH] .gitattributes updated --- .gitattributes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0c0d4ed..1c682ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,8 @@ * text=auto -/.github export-ignore -/CODE_OF_CONDUCT.md export-ignore -/CONTRIBUTING.md export-ignore -/.* export-ignore -/phpunit.xml export-ignore +/.github export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore +/.* export-ignore +/sdk/php/phpunit.xml export-ignore +/sdk/php/tests export-ignore