mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-03 16:19:44 +00:00
Should fix https://codeberg.org/superseriousbusiness/gotosocial/issues/4153 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4155 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
49 lines
957 B
Text
49 lines
957 B
Text
# exclude the compiled binary
|
|
/gotosocial
|
|
|
|
# exclude built documentation, since readthedocs will build it for us anyway
|
|
/docs/_build
|
|
|
|
# exclude kim's commonly used
|
|
# test stdout file location
|
|
test.out
|
|
|
|
# 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
|
|
|
|
# exclude the copy of all_licenses.txt moved into assets during packaging
|
|
web/assets/all_licenses.txt
|
|
|
|
# exludes docker-volume from exemple/docker-compose
|
|
example/docker-compose/docker-volume
|
|
|
|
# excludes debug build
|
|
/cmd/gotosocial/__debug_bin
|
|
|
|
# ignore f0x' nix-shell, direnv
|
|
shell.nix
|
|
.direnv
|
|
.envrc
|
|
|
|
# ignore custom GOBIN path
|
|
/bin
|
|
|
|
# ignore config dirs from IDEs
|
|
/.idea/
|
|
/.fleet/
|
|
|
|
# ignore cached pngs from mkdocs serve,
|
|
# while preserving cached fonts.
|
|
/docs/.cache/plugin/social/*.png
|