迁移敏感信息到环境变量
- DeepSeek API Key → ${DEEPSEEK_API_KEY}
- .gitignore 新增 .env / docker-proxy.env 忽略规则
This commit is contained in:
@@ -15,6 +15,12 @@ logs/
|
||||
npm/
|
||||
sandboxes/
|
||||
|
||||
# 环境变量密钥文件(.env)
|
||||
.env
|
||||
|
||||
# Docker 代理密钥文件
|
||||
docker-proxy.env
|
||||
|
||||
# 备份文件
|
||||
*.bak*
|
||||
*.clobbered.*
|
||||
|
||||
Reference in New Issue
Block a user