Commit Graph

6 Commits

Author SHA1 Message Date
400d57b6ac chore: add dev mode databases and data directories to gitignore
Added dev database files and dev_agent_data directory to gitignore
to prevent runtime dev data from being committed to the repository.

Patterns added:
- data/jobs_dev.db
- data/*_dev.db
- data/dev_agent_data/

This ensures dev mode runtime data remains local and doesn't pollute
version control.
2025-11-01 11:55:08 -04:00
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