Skip to content

Commit 3292124

Browse files
authored
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.
1 parent 20cd385 commit 3292124

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ ENV/
9292

9393
# Rope project settings
9494
.ropeproject
95+
96+
# mkdocs documentation
97+
site/

0 commit comments

Comments
 (0)