chore: 添加昔涟语音模型目录到 .gitignore

data/cyrene_voice/ + models/cyrene_voice/ + voice-service 模型路径
关联仓库: Cyrene-Voice-Model

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 10:58:36 +08:00
parent 4954c1e58b
commit 258cf81b25
10 changed files with 11 additions and 882 deletions
+11
View File
@@ -1,10 +1,16 @@
# ========== 依赖 ==========
node_modules/
# ========== 测试 ==========
test/
# ========== 构建产物 ==========
dist/
*.exe
# ========== 子仓库 ==========
backend/cyrene-plugins/
# ========== Go 编译二进制 ==========
backend/ai-core/main
backend/ai-core/cmd/main
@@ -68,6 +74,11 @@ ethend/package-lock.json
backend/voice-service/whisper.cpp/
backend/voice-service/models/
# ========== 昔涟语音模型 (独立仓库 Cyrene-Voice-Model) ==========
data/cyrene_voice/
models/cyrene_voice/
backend/voice-service/models/cyrene/
# ========== 打包归档 ==========
*.tar.gz
*.zip