chore(*): Add base sveltekit files

This commit is contained in:
Josh Creek
2025-04-16 22:28:34 +01:00
parent 34c9361c40
commit cc342577cb
17 changed files with 2710 additions and 0 deletions
+23
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-*