init sveltekit module

This commit is contained in:
maxDorninger
2025-04-27 00:14:55 +02:00
parent 09fb54f980
commit 4fc2461d7f
13 changed files with 1786 additions and 0 deletions

23
web/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*