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-11-06 13:30:14 +03:00
|
|
|
/cmd/gotosocial/__debug_bin
|
2022-06-08 22:31:12 +03:00
|
|
|
|
2022-09-07 17:53:12 +03:00
|
|
|
# ignore f0x' nix-shell, direnv
|
|
|
|
shell.nix
|
|
|
|
.direnv
|
2022-11-06 13:30:14 +03:00
|
|
|
.envrc
|
|
|
|
|
|
|
|
# ignore custom GOBIN path
|
|
|
|
/bin
|
2022-11-11 11:42:04 +03:00
|
|
|
|
|
|
|
# ignore config dirs from IDEs
|
|
|
|
/.idea/
|
|
|
|
/.fleet/
|
2023-05-06 18:33:37 +03:00
|
|
|
|
|
|
|
# ignore cache dir from mkdocs serve
|
|
|
|
/.cache
|