"vscode:/vscode.git/clone" did not exist on "5c856460a628eeb416dc4c6ff4a99098c5f702c5"
Commit b03fb9c2 authored by shaw's avatar shaw
Browse files

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
parent 9f4d4e5a
......@@ -14,6 +14,9 @@ backend/server
backend/sub2api
backend/main
# Go 测试二进制
*.test
# 测试覆盖率
*.out
coverage.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment