summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-05-14 01:31:22 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-05-26 02:18:46 +0100
commitf8f770ab59e65efdb8ee4ae8ee063b22fcc8a127 (patch)
tree8a02793f422d41369ff17f704979b62a62ef52bf
parentSetup; add book.toml (diff)
downloadsynapse-f8f770ab59e65efdb8ee4ae8ee063b22fcc8a127.tar.xz
Add book/ directory to .gitignore
This is the default directory that is generated when the docs are built
locally.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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/