From a0116166f7d6c5787e3f9ef3b252e16ab2e61031 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Tue, 10 Mar 2015 18:04:46 -0400 Subject: [PATCH] Update ignore rules for documentation --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c0c488..ab908ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Composer vendor/ -# Generated documentation -docs/ +# PhpDocumentor +phpdoc/ + +# Code coverage report report/ # Previewing the README.md