fix: remove accidentally committed test binary and restore .gitignore
- Remove backend/repository.test (62MB macOS arm64 test binary) - Restore *.test pattern in .gitignore to prevent future accidents
This commit is contained in:
parent
9f4d4e5adf
commit
b03fb9c2f6
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,6 +14,9 @@ backend/server
|
||||
backend/sub2api
|
||||
backend/main
|
||||
|
||||
# Go 测试二进制
|
||||
*.test
|
||||
|
||||
# 测试覆盖率
|
||||
*.out
|
||||
coverage.html
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user