chore: perauset customer project
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user