Initial commit

This commit is contained in:
2025-01-04 16:53:25 +09:00
commit 53a7e3b63b
11 changed files with 1272 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
node_modules
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Output
.output
.vercel
.svelte-kit
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
.dev.vars
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# turbo
.turbo
# Wrangler
.wrangler/
wrangler.toml