chore: basic control template

This commit is contained in:
2025-08-20 20:26:19 +02:00
parent 08e41038ab
commit 1db58abcb6
24 changed files with 2044 additions and 0 deletions
+23
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-*