Files
msgexchange-v2/.gitignore
T
windyboy 9fdb5ba6a5 chore: 纳入 agent 工具配置与忽略规则
.gitignore:忽略 agents.state.json、.openagentpack/versions/ 与 .env——
后两者分别是工具运行状态和本地环境变量文件,都不应进版本库。

agents.yaml:agent 工具(bailian provider,qwen3.8-max)的配置。
密钥走 ${DASHSCOPE_API_KEY} / ${BAILIAN_BASE_URL} 环境变量占位,文件内不含明文凭据。

与本次信箱生命周期重构无关,单独提交以便回退。
2026-09-10 11:15:49 +08:00

26 lines
446 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.
# --- 构建/工具产物 ---
.gradle/
# 本地构建缓存(本机 Gradle 用户目录,U02)
.gradle-home/
# 本地 Gradle/Java tmp(U02:环境约束,需放可执行文件系统)
.gradletmp/
build/
out/
# Kotlin 增量编译目录(R07
.kotlin/
# --- IDE / 本地工具 ---
*.iml
.idea/
# 本地 agent 工具目录(R07
.opencode/
.zcode/
# --- 系统 ---
.DS_Store
# agents
agents.state.json
.openagentpack/versions/
.env