chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:35:17 +02:00
commit 37eea09bf0
293 changed files with 28412 additions and 0 deletions

49
.gitignore vendored Normal file
View 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/