refactor: massively simplify to svelte with web/ directory, prepare for backend

This commit is contained in:
2026-01-04 15:10:35 -06:00
parent af81d8e048
commit 07ea1c093e
89 changed files with 1180 additions and 9659 deletions
Vendored
+4 -45
View File
@@ -1,46 +1,5 @@
# Dependencies
node_modules/
# Build outputs
.next/
.svelte-kit/
build/
dist/
.turbo/
*.tsbuildinfo
# Environment - only in root
/.env
/.env*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE
web/node_modules/
target/
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
coverage/
# Temporary
tmp/
temp/
*.tmp
# Playwright
playwright-report/
test-results/
# Docker
docker-build.log
web/build/
web/.svelte-kit/