diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-05-14 01:31:22 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-05-26 02:18:46 +0100 |
commit | f8f770ab59e65efdb8ee4ae8ee063b22fcc8a127 (patch) | |
tree | 8a02793f422d41369ff17f704979b62a62ef52bf | |
parent | Setup; add book.toml (diff) | |
download | synapse-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-- | .gitignore | 3 |
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/ |