get env files working with new svelte kit expression

This commit is contained in:
JCEEE
2026-06-24 16:15:48 +01:00
parent be572b487a
commit 170a52f19a
83 changed files with 128 additions and 26194 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-*