summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-01 15:41:43 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-01 15:41:43 +0100
commit9ffbb353d0fda6a2aba9e67d56ac5ead12ce9047 (patch)
tree1661e02be7c5abb8c5d386b9cf9a616b4cf073c3 /.gitignore
parenttry some doc changes (diff)
downloadgotosocial-9ffbb353d0fda6a2aba9e67d56ac5ead12ce9047.tar.xz
bits n bobs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 13b5d5d47..32f8a186e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
# exclude the compiled binary
-/server \ No newline at end of file
+/server
+
+# exclude built documentation, since readthedocs will build it for us anyway
+/docs/_build