Fix #87 | "docs" entry in .gitignore?

Remove docs directory out of .gitignore and locate it in .gitaatributes
This commit is contained in:
Tim Joosten 2016-11-24 14:11:19 +01:00
parent 13d3e957ed
commit 279e0d1891
No known key found for this signature in database
GPG key ID: C16FA4C7C38E55C2
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