Files
ShowenV2/.gitignore
pulsareonbot 297c2a86fe fix(Live2D): 修正 Haru 模型路径 + gitignore 排除 live2d 模型文件
- live2d_model: haru/index.model3.json → haru/Haru.model3.json(匹配实际文件名)
- .gitignore: 添加 configs/live2d/(模型文件 4.2M 不进 git,部署时单独下载)
- .gitignore: 添加 .commit_msg.txt
2026-07-07 12:00:18 +08:00

17 lines
295 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.
target/
.claude/
*.swp
*.swo
*~
# 模型文件不进 git只保留下载链接在 model_manager.rs 清单里
model_download/
model_store/
# Live2D 模型文件不进 git体积大部署时单独下载到设备
configs/live2d/
# 测试脚本
.test_*.sh
.chat_req.json
.commit_msg.txt