d8b37e0da9
- 新增 scripts/prepare-bundled-resources.mjs:按声明解析目标与替换单位,用上游 package-lock 的 resolved/integrity 组成缓存 key,写临时目录后原子替换,命中缓存不重写任何文件,只替换本工具产物,失败即退出并给出可执行提示 - Codex 路径按声明复制组件、保留受版本控制的第三方声明、按现有字节格式生成 manifest.json;macOS 双架构整体 staging - 插件路径按声明的子目录白名单与跳过规则复制,顶层出现非本工具条目即失败 - 新增 scripts/prepare-bundled-resources.test.mjs:9 条用例覆盖 staging 结果、幂等(内容与时间戳)、上游缺失、目标不支持、目录被非本工具占用、dry-run 不落盘与白名单过滤 - .gitignore 忽略准备步骤产生的 staging 临时目录
94 lines
3.1 KiB
Plaintext
94 lines
3.1 KiB
Plaintext
node_modules/
|
|
build/
|
|
dist/
|
|
coverage/
|
|
.DS_Store
|
|
*.log
|
|
/.codex-logs/
|
|
/.codex/logs/
|
|
/.codex/run-logs/
|
|
/.codex/tmp-schema.json
|
|
/.codex-home-*.png
|
|
/.codex-cargo-home-*/
|
|
/.codex-cache*/
|
|
/.tmp*/
|
|
/.idea/
|
|
/bash.exe.stackdump
|
|
/test-code.ps1
|
|
.preview.*
|
|
tmp_*
|
|
tmp/
|
|
npc-editor-*
|
|
temp-write-check.txt
|
|
temp-build-goal-check/
|
|
/server-rs-codex-*/
|
|
/server-rs/target-*/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
/public/generated-custom-world-scenes
|
|
temp*build*/
|
|
/server-rs/target/
|
|
/apps/desktop-shell/src-tauri/target/
|
|
/apps/desktop-shell/src-tauri/gen/
|
|
/apps/desktop-shell/src-tauri/permissions/autogenerated/
|
|
/apps/ai-game-creator-shell/src-tauri/target/
|
|
/apps/ai-game-creator-shell/src-tauri/gen/
|
|
/apps/ai-game-creator-shell/src-tauri/logs/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex.exe
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/manifest.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/bin/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-path/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-resources/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-package.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/plugins/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/bin/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/codex-path/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/codex-resources/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/codex-package.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/manifest.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/NOTICE.md
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/darwin-arm64/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/mac-native/darwin-x64/
|
|
/plugins/agc-cocos-editor/native/payload/
|
|
/plugins/agc-unity-editor/dotnet/**/bin/
|
|
/plugins/agc-unity-editor/dotnet/**/obj/
|
|
/plugins/agc-unity-editor/dotnet/publish/
|
|
/plugins/agc-unity-editor/dotnet/native-build/
|
|
/apps/ai-game-creator-shell/logs/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/node-runtime/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/node-runtime-staging-*/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/plugins-staging-*/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/*-staging-*/
|
|
/apps/ai-game-creator-shell/.llm-drafts/
|
|
/apps/ai-game-creator-shell/game-creator.config.local.json
|
|
/apps/mobile-shell/.expo/
|
|
/apps/mobile-shell/.expo-export-smoke/
|
|
/apps/preview-deployer-web/dist/
|
|
/apps/preview-deployer-web/node_modules/
|
|
/server-rs/.spacetimedb/
|
|
/server-rs/.data/
|
|
**/server-rs/.data/
|
|
/public/generated-animations
|
|
/public/generated-character-drafts
|
|
/public/generated-characters
|
|
/.codex-temp
|
|
/.app/
|
|
/.jenkins-source-commit
|
|
/.jenkins-spacetime-schema-base
|
|
target/
|
|
/logs
|
|
/.claude/settings.local.json
|
|
/.codegraph/
|
|
/.playwright-cli/
|
|
**/.playwright-cli/
|
|
/output/playwright/
|
|
/output/external-api-smoke/
|
|
/server-rs/crates/*/logs/
|
|
.worktrees/
|
|
.rag/
|
|
.env.secrets.local
|
|
nohup.out
|
|
spacetime.local.json
|
|
deploy/container/api-server.env
|
|
deploy/container/worker-smoke/
|