init commit - dev

This commit is contained in:
2025-09-20 15:50:29 -04:00
commit cbc20a2897
21 changed files with 3485 additions and 0 deletions

26
webapp/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
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-*
# SQLite
*.db