From 89e73c9503a0d8be1d12e0c835f1e930bd897dba Mon Sep 17 00:00:00 2001 From: Martijn Wennink Date: Tue, 4 Dec 2018 02:16:24 +0100 Subject: [PATCH] Updated export-ignores to cleanup release --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6bdd46f7..0b8def4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,12 @@ -/doc export-ignore +/docs export-ignore /test export-ignore /vendor export-ignore +.coveralls.yml export-ignore .gitattributes export-ignore .gitignore export-ignore .scrutinizer.yml export-ignore .travis.yml export-ignore +composer.lock export-ignore +mkdocs.yml export-ignore phpunit.xml.dist export-ignore phpcs.xml export-ignore