clqms-fe1/.gitignore
mahdahar 2e2e65a9f4 feat: Add environment-specific config management
- Remove static/config.json from git tracking
- Add .env.example and config.json.example as templates
- Update config store to fallback to VITE_API_URL env variable
- Add build.sh script for dev/prod builds
2026-02-19 16:34:29 +07:00

27 lines
247 B
Plaintext

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-*
/.claude
/.serenastatic/config.json