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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
.DS_Store
|
||||
dump.rdb
|
||||
coverage.out
|
||||
cover.out
|
||||
api
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user