This commit is contained in:
Will Greenberg
2024-10-10 11:55:13 -07:00
parent 99676f1590
commit a269a45244
19 changed files with 3684 additions and 0 deletions

21
bin/web/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*