]> source.dussan.org Git - gitignore.git/commitdiff
Ignore mkdocs site directory
authorGhislain Antony Vaillant <ghisvail@users.noreply.github.com>
Fri, 31 Mar 2017 08:53:22 +0000 (09:53 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 08:53:22 +0000 (09:53 +0100)
[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.

Python.gitignore

index 62c1e736924fba083ec522ac0318392581ffc103..4c5850d348b3574ba2758db41961c7c05184c129 100644 (file)
@@ -92,3 +92,6 @@ ENV/
 
 # Rope project settings
 .ropeproject
+
+# mkdocs documentation
+site/