mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 17:52:25 -05:00
[feature] add vscode workspace config for linting + debugging (#588)
* vscode workspace config for debug run + linting * ignore debug build file
This commit is contained in:
parent
6f6e89e271
commit
4e6625ee2d
3 changed files with 26 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -20,4 +20,7 @@ dist/
|
|||
web/assets/swagger.yaml
|
||||
|
||||
# exludes docker-volume from exemple/docker-compose
|
||||
example/docker-compose/docker-volume
|
||||
example/docker-compose/docker-volume
|
||||
|
||||
# excludes debug build
|
||||
cmd/gotosocial/__debug_bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue