2
0

Init SvelteKit Project

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
翼ねこ
2026-01-23 10:29:05 +08:00
committed by Asai Neko
commit 099524af26
37 changed files with 3320 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
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
# IDE
.idea
.vscode