31300cc2a2
The previous commit referenced shared/ansi.ts, shared/format.ts, and shared/ctx.ts but those files were filtered by the default-deny .gitignore. Adding !/shared/ to the allowlist so the imports actually resolve in a fresh clone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
# Default-deny: exclude every file and dir at the repo root,
|
|
# including dotfiles (so .env / .pi-runtime-caches never leak),
|
|
# then re-include only what we choose to track.
|
|
|
|
/*
|
|
/.*
|
|
|
|
# Re-included paths
|
|
!/.gitignore
|
|
!/README.md
|
|
!/ai-server/
|
|
!/dark-mechanicus-indicator.ts
|
|
!/local-llama.ts
|
|
!/markdown-body-color.ts
|
|
!/mechanicus-banner.ts
|
|
!/mechanicus-footer.ts
|
|
!/mechanicus-session-names.ts
|
|
!/mechanicus-status-line.ts
|
|
!/mechanicus-thinking-label.ts
|
|
!/scripts/
|
|
!/shared/
|
|
!/tests/
|
|
!/themes/
|