diff options
| author | 2021-02-28 15:17:53 +0100 | |
|---|---|---|
| committer | 2021-02-28 15:17:53 +0100 | |
| commit | 3ec8e12a5116e54129f8cbcda0525df94c6a81af (patch) | |
| tree | 6ee63a30c9aa5ce16efd5d409e698a85ba2a3f86 /.gitignore | |
| parent | first commit (diff) | |
| parent | add docs and a bunch of other stuff (diff) | |
| download | gotosocial-3ec8e12a5116e54129f8cbcda0525df94c6a81af.tar.xz | |
Merge pull request #1 from gotosocial/dev
First beginnings
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..13b5d5d47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# exclude the compiled binary +/server
\ No newline at end of file |
