don't ignore doc

This commit is contained in:
HoneyryderChuck 2018-02-21 23:52:26 +00:00
parent 3202dba08b
commit d0ffbfd01c
3 changed files with 7 additions and 2 deletions

View File

@ -7,5 +7,4 @@ docker-compose.yml
Gemfile.lock
coverage
tmp
doc
*.swp

1
.gitignore vendored
View File

@ -8,7 +8,6 @@ Gemfile.lock
InstalledFiles
_yardoc
coverage
doc
pkg
rdoc
spec/reports

View File

@ -0,0 +1,7 @@
# Genesis Release
This is the first release of `httpx`.
It accomplishes all the API and feature goals necessary to its first use, which is testing server implementations.
From here on, the sky is the limit.