From 8e087ed92a02156fd854394e7f344596962d4c58 Mon Sep 17 00:00:00 2001 From: webimpress Date: Sun, 8 Oct 2017 00:34:18 +0100 Subject: [PATCH] Added missing entries in .gitattributes - /.coveralls.yml - /.docheader - /composer.lock --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4a5f3774..19bebf6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,11 @@ /doc export-ignore /test export-ignore +/.coveralls.yml export-ignore +/.docheader export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/composer.lock export-ignore /mkdocs.yml export-ignore /phpcs.xml export-ignore /phpunit.xml.dist export-ignore