diff options
| author | 2021-03-01 15:41:43 +0100 | |
|---|---|---|
| committer | 2021-03-01 15:41:43 +0100 | |
| commit | 9ffbb353d0fda6a2aba9e67d56ac5ead12ce9047 (patch) | |
| tree | 1661e02be7c5abb8c5d386b9cf9a616b4cf073c3 /.gitignore | |
| parent | try some doc changes (diff) | |
| download | gotosocial-9ffbb353d0fda6a2aba9e67d56ac5ead12ce9047.tar.xz | |
bits n bobs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
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 |
