mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 17:52:25 -05:00
8 lines
167 B
Text
8 lines
167 B
Text
# exclude the compiled binary
|
|
/gotosocial
|
|
|
|
# exclude built documentation, since readthedocs will build it for us anyway
|
|
/docs/_build
|
|
|
|
# exclude coverage report
|
|
cp.out
|