feat: image-service 新增阿里云百炼文生图支持,添加配置敏感信息保护规则
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -10,8 +10,19 @@ npm-debug.log*
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# 忽略技能配置目录(所有 skills 的 config)
|
||||
.opencode/skills/*/config/
|
||||
|
||||
# 但保留 .example 模板文件
|
||||
!.opencode/skills/*/config/settings.json.example
|
||||
|
||||
# 允许 Git 追踪 .opencode 下的技能定义
|
||||
!.opencode/skills/
|
||||
|
||||
# 忽略临时文件目录
|
||||
temp/
|
||||
temp/
|
||||
|
||||
# 忽略 Python 缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
Reference in New Issue
Block a user