chore: ruler files update
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
30
.claude/skills/huashu-design/.gitignore
vendored
Normal file
30
.claude/skills/huashu-design/.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user