mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 17:13:00 -06:00
11 lines
No EOL
228 B
Text
11 lines
No EOL
228 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
|
|
|
|
# exclude node_modules if installed
|
|
/web/source/node_modules |