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:
shaw
2026-01-10 14:16:06 +08:00
parent 9f4d4e5adf
commit b03fb9c2f6
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@ backend/server
backend/sub2api
backend/main
# Go 测试二进制
*.test
# 测试覆盖率
*.out
coverage.html

Binary file not shown.