diff options
author | Ghislain Antony Vaillant <ghisvail@users.noreply.github.com> | 2017-03-31 09:53:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 09:53:22 +0100 |
commit | 3292124f0614ee5a687b8c1609da8286c4a34d1e (patch) | |
tree | fd95d5d3fca56c401822cccf0ebcf425c3eca931 /Python.gitignore | |
parent | 20cd385794419463136c26d8e76c754fbf2d0678 (diff) | |
download | gitignore-3292124f0614ee5a687b8c1609da8286c4a34d1e.tar.gz gitignore-3292124f0614ee5a687b8c1609da8286c4a34d1e.zip |
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.
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 62c1e736..4c5850d3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -92,3 +92,6 @@ ENV/ # Rope project settings .ropeproject + +# mkdocs documentation +site/ |