dotfiles/private_dot_config/pj/config.yaml.tmpl

18 lines
289 B
Cheetah

# Paths to search for projects
search_paths:
- {{ .projectdir }}
# Maximum directory depth to search
max_depth: 6
# Patterns to exclude from search
excludes:
- node_modules
- .git
- .gitlab
- target
- dist
- build
# Cache TTL in seconds (43200: 12 hours)
cache_ttl: 43200