22 lines
302 B
Plaintext
22 lines
302 B
Plaintext
node_modules/
|
|
dist/
|
|
.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
|