From f8f770ab59e65efdb8ee4ae8ee063b22fcc8a127 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 14 May 2021 01:31:22 +0100 Subject: [PATCH] Add book/ directory to .gitignore This is the default directory that is generated when the docs are built locally. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 295a18b539..6b9257b5c9 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ __pycache__/ /docs/build/ /htmlcov /pip-wheel-metadata/ + +# docs +book/