From 624d4f75707bcab2d4f0b767633c4d31236e6f62 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 1 Mar 2021 18:21:46 +0000 Subject: [PATCH] Update .gitattributes Remove unused and typoed scrutinizar.yml Add .gitattributes to export-ignore --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 450aafd..6cab432 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ /tests export-ignore /tests linguist-documentation -/.scrutinizar.yml export-ignore /.travis.yml export-ignore +/.gitattributes export-ignore /.gitignore export-ignore /CHANGELOG.md export-ignore /CONTRIBUTING.md export-ignore @@ -12,4 +12,4 @@ /infection.json.dist export-ignore /.phan export-ignore /.php_cs.dist export-ignore -/docs export-ignore \ No newline at end of file +/docs export-ignore