From 5b707b6d65f2d1027c3b8f7d80d4676440caf949 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Thu, 19 Nov 2015 19:13:48 +1300 Subject: [PATCH] Added standard git attributes --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 36779ab..475f5f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -/tests export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.travis.yml export-ignore +/tests export-ignore +/docs export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore /.scrutinizer.yml export-ignore -/phpunit.xml export-ignore