From 279e0d1891dda95d1a22b0e1addc0b4575d7a62a Mon Sep 17 00:00:00 2001 From: Tim Joosten Date: Thu, 24 Nov 2016 14:11:19 +0100 Subject: [PATCH] Fix #87 | "docs" entry in .gitignore? Remove docs directory out of .gitignore and locate it in .gitaatributes --- .gitattributes | 1 + .gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b263871..3286141 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore +/docs export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index f02a2f8..073e37a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ build composer.lock -docs vendor