diff options
| author | 2022-06-08 20:26:44 +0200 | |
|---|---|---|
| committer | 2022-06-08 20:26:44 +0200 | |
| commit | 4e6625ee2d0ccd036626287e3a929f10fc109e40 (patch) | |
| tree | 08a0be365efacb893bbf816a4491055b55543673 /.gitignore | |
| parent | [feature] Add paging via `Link` header for notifications and account statuses... (diff) | |
| download | gotosocial-4e6625ee2d0ccd036626287e3a929f10fc109e40.tar.xz | |
[feature] add vscode workspace config for linting + debugging (#588)
* vscode workspace config for debug run + linting
* ignore debug build file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ccc883b2..b1f97a828 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ dist/ web/assets/swagger.yaml # exludes docker-volume from exemple/docker-compose -example/docker-compose/docker-volume
\ No newline at end of file +example/docker-compose/docker-volume + +# excludes debug build +cmd/gotosocial/__debug_bin
\ No newline at end of file |
