Files
DeepAudit/.dockerignore
T
lintsinghua 5bbea7101c feat(docker): Enhance Docker configuration for multi-provider LLM support
- Update Dockerfile to support dynamic build-time configuration for multiple LLM providers
- Add comprehensive build arguments for various AI service configurations
- Modify docker-compose.yml to pass environment-specific LLM configuration parameters
- Update .dockerignore to exclude README files during Docker build
- Improve environment variable handling for Vite build process
- Expand support for providers like Gemini, OpenAI, Claude, Ollama, and others
- Implement flexible configuration strategy for LLM services during container build
Enables more robust and configurable deployment of XCode Reviewer with enhanced LLM provider support and improved Docker build flexibility.
2025-10-24 16:41:29 +08:00

48 lines
414 B
Plaintext

# 依赖
node_modules
# 构建产物
dist
.vite
# 环境变量(保留 .env 用于构建)
.env.local
.env.*.local
# 日志
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# 编辑器
.vscode
.idea
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# Git
.git
.gitignore
.gitattributes
# 测试
coverage
.nyc_output
# 文档
README.md
README_EN.md
docs
# 其他
.history
.cache