gotosocial/.gitignore

21 lines
397 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
# exclude compiled mkdocs site
site/
# exclude compiled binaries
dist/
# exclude the copy of swagger.yaml moved into assets during packaging
web/assets/swagger.yaml