production ready

This commit is contained in:
2026-06-04 18:47:17 +02:00
parent 8524179793
commit aecd49a1bc
10 changed files with 499 additions and 16 deletions
+17
View File
@@ -1,4 +1,13 @@
# Dependencies
node_modules
.pnpm-store
.npm
.yarn
# Local Convex state
.convex/local
.convex/_generated
.convex/*.log
# Output
.output
@@ -8,6 +17,7 @@ node_modules
/.svelte-kit
/build
/dist
/coverage
# OS
.DS_Store
@@ -22,3 +32,10 @@ Thumbs.db
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*