From cdccf4f84887c94253ff4a3801ec8548272bf682 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 12 Nov 2019 03:01:15 -0500 Subject: [PATCH] Add .gitattributes to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index beeff5b8..7d46ab97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /docs export-ignore /tests export-ignore +.gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore phpunit.dist.xml export-ignore