Files
germantax-e2e-mrfz66zi/.gitignore
2026-07-11 08:20:01 +02:00

36 lines
754 B
Plaintext

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/