diff options
| author | 2021-03-03 11:28:28 +0100 | |
|---|---|---|
| committer | 2021-03-03 11:28:28 +0100 | |
| commit | b8e0f33c35cc5b52bc83b6cb80b375052d4c6722 (patch) | |
| tree | 714eed7f2bcda29fbc780a268da3d124588d8e2d /.gitignore | |
| parent | More messing around (diff) | |
| download | gotosocial-b8e0f33c35cc5b52bc83b6cb80b375052d4c6722.tar.xz | |
start the service using a cli
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 32f8a186e..fe72fe018 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # exclude the compiled binary -/server +/gotosocial # exclude built documentation, since readthedocs will build it for us anyway /docs/_build |
