This commit is contained in:
Thomas G. Lopes 2025-06-13 14:14:24 +01:00
commit c0273b11c1
23 changed files with 3740 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
test-results
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-*