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