mirror of
https://github.com/7836246/cursor2api.git
synced 2026-09-03 07:20:02 +08:00
chore: 添加 CTF 测试脚本,更新 .gitignore
- 添加 e2e-ctf-bypass.mjs 和 e2e-ctf-proxy.mjs 测试脚本 - .gitignore: 忽略测试结果 JSON 文件 (test/*-results*.json) - .gitignore: 忽略 .claude/ 本地配置目录
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -40,4 +40,10 @@ build/
|
||||
config.yaml
|
||||
|
||||
# Screenshots (dev artifacts)
|
||||
*.png
|
||||
*.png
|
||||
# Test result artifacts
|
||||
test/*-results*.json
|
||||
test/ctf-*-results.json
|
||||
|
||||
# Claude local settings
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user