Merge pull request #98 from Tjoosten/patch-87

Fix #87 | "docs" entry in .gitignore?
This commit is contained in:
Phil Sturgeon 2016-11-24 09:30:18 -05:00 committed by GitHub
commit eb10964e7b
2 changed files with 1 additions and 1 deletions

1
.gitattributes vendored
View file

@ -8,3 +8,4 @@
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/docs export-ignore

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
build
composer.lock
docs
vendor