update svelte-examples & improve configs

This commit is contained in:
peterkogo
2025-10-30 21:21:43 +01:00
committed by moklick
parent 7680cef3d8
commit 820627fede
9 changed files with 989 additions and 559 deletions
+17 -3
View File
@@ -1,10 +1,24 @@
.DS_Store
node_modules
/build
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/package
/build
/dist
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*