first commit

This commit is contained in:
Your Name 2025-02-27 10:34:17 +02:00
commit eac573c682
26 changed files with 1262 additions and 0 deletions

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