svelte init

This commit is contained in:
2025-01-10 14:55:09 -05:00
commit 7fd690fcc9
13 changed files with 1620 additions and 0 deletions

23
svelte/my-app/.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-*