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
|
2021-06-21 18:46:10 +01:00
|
|
|
|
|
|
|
# exclude node_modules if installed
|
2021-07-23 09:36:28 +01:00
|
|
|
/web/source/node_modules
|
|
|
|
|
|
|
|
# exclude compiled mkdocs site
|
|
|
|
site/
|
2021-09-24 12:14:20 +01:00
|
|
|
|
|
|
|
# exclude compiled binaries
|
|
|
|
dist/
|
|
|
|
|
|
|
|
# exclude the copy of swagger.yaml moved into assets during packaging
|
|
|
|
web/assets/swagger.yaml
|
2022-03-01 13:17:36 +00:00
|
|
|
|
|
|
|
# exludes docker-volume from exemple/docker-compose
|
2022-06-08 19:26:44 +01:00
|
|
|
example/docker-compose/docker-volume
|
|
|
|
|
|
|
|
# excludes debug build
|
|
|
|
cmd/gotosocial/__debug_bin
|