gotosocial/.gitignore

11 lines
228 B
Text
Raw Normal View History

2021-02-28 00:57:50 +03:00
# exclude the compiled binary
2021-03-03 13:28:28 +03:00
/gotosocial
2021-03-01 17:41:43 +03:00
# exclude built documentation, since readthedocs will build it for us anyway
/docs/_build
2021-03-19 01:27:43 +03:00
# exclude coverage report
cp.out
# exclude node_modules if installed
/web/source/node_modules