gotosocial/.gitignore

11 lines
228 B
Plaintext
Raw Permalink Normal View History

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