Files
monacousa-portal/.gitignore
Matt 4e1d31f3a4
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m40s
Add production env template
2026-01-25 02:42:45 +01:00

25 lines
235 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.production.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*