sanic/.gitignore
Cadel Watson 7654c2f902 Use Sphinx for documentation.
This commit creates configuration files and an index page for
documentation using Sphinx. The recommonmark package is used to enable
Markdown support for Sphinx, using the Common Mark specification. This
means that the current documentation doesn't need to be rewritten.
2016-12-25 20:24:34 +11:00

14 lines
135 B
Plaintext

*~
*.egg-info
*.egg
.coverage
.coverage.*
coverage
.tox
settings.py
*.pyc
.idea/*
.cache/*
docs/_build/
docs/sanic.rst
docs/modules.rst