-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 1.25 KB
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 制作的单片工程与成品视频不进库(仓库只收 skill 本体)
demo/
*.mp4
# 画廊预览视频不进 git:存放在 GitHub release `gallery-media`(同 video-shotcraft),
# Pages 部署时由 workflow 下载到位;本地重录用 tools/record-demos.mjs(制作端工具,不进库)
gallery/media/
# 调研原始素材不进库(motion-mining 的分析 JSON/curation 是过程资产,进库)
research/source-videos/
research/digital-human/*.png
# sfx-picker 挑出的原始采样不进库(换音色时的本地素材;来源已记在其内 MANIFEST.md)
demos/_lib/sfx/picked/
# 依赖
node_modules/
# 工具缓存/截图 + 制作端小工具(CLAUDE.md「制作端工具不进库」)
tools/
.playwright-mcp/
# 系统
.DS_Store
__pycache__/
*.pyc
# 本地私有约定(git 工作流等)+ agent 指令文件 + 开发过程 plan 文档(2026-08-28 定版不进库)
CLAUDE.local.md
CLAUDE.md
AGENT.md
AGENTS.md
PLAN*.md
*-PLAN.md
*_PLAN.md
# 库作者的制作端工具与过程资产(2026-08-27 定版,见 CLAUDE.md「什么不进库」)
PLAN.md
research/
references/research/
scripts/sfx-studio.mjs
scripts/sfx-studio-page.html
scripts/sfx-picker.mjs
scripts/merge-cues.py
demos/_lib/sfx-audition.html
demos/_lib/sfx/*.mp3