Files
pi-extensions/.gitignore
T
shahondin1624 31300cc2a2 Include shared/ dir in repo (gitignore allowlist)
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>
2026-04-24 00:05:38 +02:00

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/