forked from EduCraft/curriculum-project-hub
e878b46701
# Conflicts: # .gitignore # hub/.env.example # hub/deploy/deploy_fleet_release.sh # hub/deploy/deploy_platform.sh # hub/test/integration/helpers.ts
23 lines
473 B
Plaintext
23 lines
473 B
Plaintext
# Rust / Cargo build artifacts (repo-wide cargo workspace at root)
|
|
/target
|
|
**/*.pdf
|
|
.cph/
|
|
|
|
# Test-only @local package resolution convenience (self-referential symlink);
|
|
# regenerable, not for VCS. The embedded engine mounts cph-render directly.
|
|
render/vendor/local-packages/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Node (hub/ TS workspace and any future JS package)
|
|
node_modules/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
|
|
.omo/
|
|
# Local operator notes / specs (not product source)
|
|
/spec/
|
|
/需求整理-*.md
|