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