31 lines
422 B
Plaintext
31 lines
422 B
Plaintext
# pnpm / node
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Vite / SvelteKit
|
|
.svelte-kit/
|
|
build/
|
|
dist/
|
|
|
|
# Generated WASM bundles
|
|
*.wasm
|
|
|
|
# Wails desktop wrapper (Phase 31+)
|
|
desktop/build/
|
|
desktop/frontend/dist/
|
|
|
|
# Capacitor mobile wrappers (Phase 32+)
|
|
mobile/ios/
|
|
mobile/android/
|
|
mobile/dist/
|
|
mobile/node_modules/
|
|
|
|
# Playwright artifacts (Phase 2+)
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|
|
*.log
|