Add apps/web

This commit is contained in:
2025-01-04 17:14:34 +09:00
parent 53a7e3b63b
commit 4b4d90bada
19 changed files with 2721 additions and 1 deletions

23
apps/web/.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-*