23 lines
299 B
Plaintext
23 lines
299 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
.turbo/
|
|
*.local
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
*.log
|
|
.DS_Store
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# 演示视频生成物(可由 e2e 脚本 / demo-video-kit 重建)
|
|
e2e/videos/
|
|
e2e/voice/
|
|
demo-video-out/
|
|
.cache/
|
|
|
|
# 备份打包产物(baidu-backup.sh 等生成)
|
|
*.zip
|