chore: germantax customer project

This commit is contained in:
e2e
2026-07-11 09:07:34 +02:00
commit 6f248700d7
145 changed files with 9830 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
node_modules
dist
.vite
.tanstack
.next
.output
*.tsbuildinfo
# Pikku deploy bundles — regenerated by `pikku deploy`.
.deploy/
.pikku-runtime/
# Playwright MCP screenshots
.playwright-mcp/
# Local pikku package tarballs (sourced from sibling repos for development).
vendor/*.tgz
# Pikku CLI codegen output — regenerated by `pikku all`.
# Includes the local dev SQLite db and any locally generated PDF content.
packages/functions/.pikku/
# Pikku CLI scaffold codegen — regenerated on `pikku all`.
packages/functions/src/scaffold/*.gen.ts
packages/functions/src/pikku/*
# Fabric generated/runtime artifacts — regenerated on every dev boot / scaffold / codegen.
.opencode
.pikku
.reports
__fabric_scaffold.vite.config.mjs
*.gen.*
# Bun
.bun/