diff options
| author | 2021-03-18 23:27:43 +0100 | |
|---|---|---|
| committer | 2021-03-18 23:27:43 +0100 | |
| commit | 1b118841211da90381dd950cafa13ead78b7f589 (patch) | |
| tree | fe89341206aa367b022ac778a932537e7f09763f /.gitignore | |
| parent | almost there (diff) | |
| download | gotosocial-1b118841211da90381dd950cafa13ead78b7f589.tar.xz | |
auth flow working for code
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe72fe018..6f9b97023 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # exclude built documentation, since readthedocs will build it for us anyway /docs/_build + +# exclude coverage report +cp.out |
