Ignore mkdocs site directory

[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
This commit is contained in:
Ghislain Antony Vaillant 2017-03-31 09:53:22 +01:00 committed by GitHub
parent 20cd385794
commit 3292124f06
1 changed files with 3 additions and 0 deletions

View File

@ -92,3 +92,6 @@ ENV/
# Rope project settings
.ropeproject
# mkdocs documentation
site/