From 36f1bfc1bdca800e86cb0229ec1f51470f447d37 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 1 Mar 2021 18:19:31 +0000 Subject: [PATCH] Update .gitattributes Fix scrutinizer.yml typo Add .gitattributes to export-ignore --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 77b544ff..c233c473 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,8 @@ /tests export-ignore /tests linguist-documentation -/.scrutinizar.yml export-ignore +/.scrutinizer.yml export-ignore /.travis.yml export-ignore +/.gitattributes export-ignore /.gitignore export-ignore /CHANGELOG.md export-ignore /CONTRIBUTING.md export-ignore