GoToSocial/.gitignore

29 lines
572 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
# exludes docker-volume from exemple/docker-compose
example/docker-compose/docker-volume
# excludes debug build
2022-06-08 21:31:12 +02:00
cmd/gotosocial/__debug_bin
# ignore f0x' nix-shell
shell.nix