2
0

Init SvelteKit Project

Signed-off-by: 翼ねこ <snemeow@MacBook-Pro.local>
This commit is contained in:
翼ねこ
2026-01-23 10:29:05 +08:00
commit bb9a120197
38 changed files with 3321 additions and 0 deletions

27
.gitignore vendored Normal file
View File

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