Commit Graph

5 Commits

Author SHA1 Message Date
a9f9560f76 fix: add jobs.db to .gitignore 2025-10-31 12:45:40 -04:00
2f2c1d6ea2 feat: simplify Docker config file selection with convention over configuration
Implement automatic detection of custom_config.json for simpler Docker usage.
No environment variables or command-line arguments needed for most users.

Changes:
- entrypoint.sh: Add smart config detection (custom_config.json > CLI arg > default_config.json)
- docker-compose.yml: Add configs volume mount for editing without rebuilds
- docs/DOCKER.md: Update documentation with simplified workflow
- .gitignore: Add custom_config.json to prevent accidental commits

Usage:
  cp configs/default_config.json configs/custom_config.json
  nano configs/custom_config.json
  docker-compose up  # Automatically uses custom_config.json

Simplifies user experience by following convention over configuration principle.
2025-10-30 22:34:22 -04:00
5225950703 Add .worktrees/ to .gitignore
Prevents worktree contents from being tracked in repository
2025-10-30 18:23:14 -04:00
tianyufan
6c18b124d8 update .gitignore 2025-10-30 14:41:16 +08:00
tianyufan
3f1812d320 update .gitignore 2025-10-30 11:27:10 +08:00