gotosocial/.gitignore
f0x52 4e6625ee2d
[feature] add vscode workspace config for linting + debugging (#588)
* vscode workspace config for debug run + linting

* ignore debug build file
2022-06-08 20:26:44 +02:00

26 lines
537 B
Plaintext

# exclude the compiled binary
/gotosocial
# exclude built documentation, since readthedocs will build it for us anyway
/docs/_build
# 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
cmd/gotosocial/__debug_bin