50 lines
609 B
Plaintext
50 lines
609 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Build output
|
|
dist
|
|
.next/
|
|
|
|
# Bun
|
|
.bun/
|
|
|
|
# Pikku generated files
|
|
.pikku/
|
|
.deploy/
|
|
.pikku-runtime/
|
|
|
|
# All codegen output — regenerated by the build (pikku all / prebuild).
|
|
# Never track *.gen.* (e.g. db/annotations.gen.json, *.gen.ts, *.gen.d.ts).
|
|
*.gen.*
|
|
|
|
# tsconfig build info
|
|
apps/app/tsconfig.tsbuildinfo
|
|
|
|
# Claude
|
|
.claude/skills/
|
|
.playwright-mcp/
|