Files
BZJZ_Material/文档润色流和知识库构建流/huashu-design/.gitignore

38 lines
812 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.
# macOS
.DS_Store
**/.DS_Store
# Video render temp (render-video.js 产物)
.video-tmp-*/
**/.video-tmp-*/
# Personal asset index个人真实数据只保留 .example.json 模板)
assets/personal-asset-index.json
# 环境变量API key 等敏感信息,只保留 .env.example 模板)
.env
.env.local
# Voiceover 工作目录TTS mp3、timeline.json 临时产物,可重新生成)
**/_narration/
**/_narration_*/
# Node / editor / OS
node_modules/
*.swp
.idea/
.vscode/
Thumbs.db
# Verification artifacts截图、临时测试脚本
demos/_frames_*.png
demos/_verify.js
demos/_verify.mjs
# 开发/测试中间产物skill 内部研发用,不分发给用户)
_style-research/
**/design-demos/
# Demo 大视频(用 GitHub Releases 分发,不进仓库膨胀)
demos/**/*.mp4