multica/.gitignore
yushen a9dcde124b docs: add .env.example and environment configuration guide
- Add .env.example with all supported provider env vars
  (OpenAI, Anthropic, DeepSeek, Kimi, Groq, Mistral, Together, Google)
- Update README with environment setup instructions
- Document configuration priority and startup commands
- Whitelist .env.example in .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:32:01 +08:00

24 lines
194 B
Text

node_modules
dist
*.log
.DS_Store
# build outputs
.next
out
.turbo
build
dist-electron
release
*.tsbuildinfo
# env
.env*
!.env.example
# platform specific
*.dmg
*.app
*.apk
*.ipa
monorepo.md