forked from EduCraft/curriculum-project-hub
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
# Lean / Lake build artifacts (spec/ has its own .gitignore too)
|
|
.lake/
|
|
**/.lake/
|
|
|
|
# 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
|