From aa95cfd881ef583509e53e48cf1f7a5331a8e2f9 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Thu, 19 Nov 2015 19:10:45 +1300 Subject: [PATCH] Added standard git attributes --- .gitattributes | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8943349..475f5f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ -/tests export-ignore -/docs 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