31 lines
633 B
Plaintext
31 lines
633 B
Plaintext
node_modules/
|
|
dist/
|
|
.wrnexus/
|
|
.wrnexus-*/
|
|
*.log
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.DS_Store
|
|
bun.lockb
|
|
|
|
.publish/
|
|
|
|
# Environment files may contain secrets. Commit only templates.
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
|
|
# Local focused typecheck helpers must never enter the repository.
|
|
focus-shims.d.ts
|
|
tsconfig.focus.json
|
|
|
|
# Scratch dirs for tests that must dynamically import scaffolded files using
|
|
# "@wrnexus/*" bare specifiers (resolved via the root tsconfig.json `paths`,
|
|
# which requires the scaffold to live inside the repo tree).
|
|
**/test/.tmp-*/
|
|
|
|
# Subagent-driven-development scratch (ledger, briefs, review packages)
|
|
.superpowers/
|