fix: remove build artifacts and coverage files from tracking

- Remove compiled binary 'api' from git tracking
- Remove 'cover.out' coverage file from git tracking
- Update .gitignore to include 'api' and 'cover.out'
- Clean up temporary files: coverage.out, dump.rdb
This commit is contained in:
2026-08-19 15:04:51 +03:00
parent f48ec66166
commit ae48045055
3 changed files with 2 additions and 676 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
.DS_Store
dump.rdb
coverage.out
cover.out
api
*.log