1
0

Add book/ directory to .gitignore

This is the default directory that is generated when the docs are built
locally.
This commit is contained in:
Andrew Morgan
2021-05-14 01:31:22 +01:00
parent e453c3b0fa
commit f8f770ab59

3
.gitignore vendored
View File

@@ -46,3 +46,6 @@ __pycache__/
/docs/build/
/htmlcov
/pip-wheel-metadata/
# docs
book/