Files
goaiapi/.gitignore
XiuChengWu 1216ad0145 重构项目结构并纳入版本管理
- 源码移至 src/go/,编译产物输出到 build/(不入库)
- 新增 .gitignore:排除 data/、build/、*.exe、*.log、说明.md
- 新增 build.ps1:从 src/go 编译到 build/relay.exe
- 移除 说明.md 的版本跟踪(含上游密钥,仅保留在本地)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-01 22:03:45 +08:00

13 lines
213 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 运行数据usage.db 与 blobs/,含请求/响应记录,可能含敏感信息)
/data/
# 编译产物
*.exe
/build/
# 运行日志
*.log
# 本地说明文件(含上游密钥,不入库)
说明.md