- Track .env.development and .env.production for desktop app - Add MAIN_VITE_API_URL to all env files - Remove hardcoded GATEWAY_URL from dev scripts (now in .env.development) - Update .env.example with full documentation of all env vars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
285 B
Text
30 lines
285 B
Text
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|
|
# build outputs
|
|
.next
|
|
out
|
|
.turbo
|
|
build
|
|
bin
|
|
dist-electron
|
|
release
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env*
|
|
!.env.example
|
|
!apps/desktop/.env.production
|
|
!apps/desktop/.env.development
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
*.apk
|
|
*.ipa
|
|
monorepo.md
|
|
|
|
# test coverage
|
|
coverage
|