GoToSocial/.gitignore

21 lines
397 B
Plaintext
Raw Normal View History

2021-02-27 22:57:50 +01:00
# exclude the compiled binary
2021-03-03 11:28:28 +01:00
/gotosocial
2021-03-01 15:41:43 +01:00
# exclude built documentation, since readthedocs will build it for us anyway
/docs/_build
2021-03-18 23:27:43 +01:00
# exclude coverage report
cp.out
# exclude node_modules if installed
/web/source/node_modules
# exclude compiled mkdocs site
site/
# exclude compiled binaries
dist/
# exclude the copy of swagger.yaml moved into assets during packaging
web/assets/swagger.yaml