chore: germantax customer project
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user