wip: scaffolding + types + styles

This commit is contained in:
2026-04-12 21:22:34 -04:00
parent 5988f807ba
commit fcf80638e1
18 changed files with 1667 additions and 4 deletions

23
.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-*