Initial commit
All checks were successful
/ Build App (push) Successful in 49s

This commit is contained in:
2024-07-17 00:26:05 +02:00
commit 9c869d8ee2
28 changed files with 5314 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
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-*
uploads
.direnv