clawdie-iso/.prettierignore
Sam & Claude 31552b72fb Reserve private planning workspace (Sam & Codex)
---

Build: not run — ignore-only change

Tests: pass — ./scripts/check-format.sh; git diff --check
2026-05-22 12:09:18 +02:00

34 lines
611 B
Text

# Build / cache artifacts
tmp/
cache/
node_modules/
*.img
*.img.gz
*.iso
# Generated / vendored
runner/dist/
vps/build/
# Archived / tooling-internal — preserve as-is
.archive/
.opencode/
# Private internal planning notes — gitignored, but Prettier doesn't read .gitignore
private/
# Per-developer scratch — gitignored, but Prettier doesn't read .gitignore
.aider*
.vscode/
.idea/
.snap/
__pycache__/
.env.local
.env.*.local
# Hand-formatted release notes — preserve original structure
CHANGELOG.md
RELEASE-NOTES-*.md
# Bundled HTML (not authored as markdown)
live/operator-session/bootstrap.html