This commit is contained in:
Ilia Denisov
2026-05-07 07:18:55 +02:00
parent 7af57933eb
commit 7cc18159e9
20 changed files with 2090 additions and 12 deletions
+30
View File
@@ -0,0 +1,30 @@
# 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