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 17:46:10 +00:00
|
|
|
|
|
|
|
# exclude node_modules if installed
|
2021-07-23 08:36:28 +00:00
|
|
|
/web/source/node_modules
|
|
|
|
|
|
|
|
# exclude compiled mkdocs site
|
|
|
|
site/
|
2021-09-24 11:14:20 +00: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 18:26:44 +00:00
|
|
|
example/docker-compose/docker-volume
|
|
|
|
|
|
|
|
# excludes debug build
|
2022-11-06 10:30:14 +00:00
|
|
|
/cmd/gotosocial/__debug_bin
|
2022-06-08 19:31:12 +00:00
|
|
|
|
2022-09-07 14:53:12 +00:00
|
|
|
# ignore f0x' nix-shell, direnv
|
|
|
|
shell.nix
|
|
|
|
.direnv
|
2022-11-06 10:30:14 +00:00
|
|
|
.envrc
|
|
|
|
|
|
|
|
# ignore custom GOBIN path
|
|
|
|
/bin
|
2022-11-11 08:42:04 +00:00
|
|
|
|
|
|
|
# ignore config dirs from IDEs
|
|
|
|
/.idea/
|
|
|
|
/.fleet/
|
2023-05-06 15:33:37 +00:00
|
|
|
|
|
|
|
# ignore cache dir from mkdocs serve
|
|
|
|
/.cache
|