mfm/.code_preloader.yml

33 lines
665 B
YAML
Raw Permalink Normal View History

2024-01-07 18:46:09 +00:00
---
# Example configuration for Code-Preloader
# List of repository paths to preload
# source_list:
# - "path/to/repo1"
# - "path/to/repo2"
# List of patterns to ignore during preloading
ignore_list:
2024-01-15 01:04:42 +00:00
- ^\.git/
2024-01-07 18:46:09 +00:00
- ^lib.*
2024-01-15 01:04:42 +00:00
- ^doc/
- ^bin/
- ^_prompts/
- ^\.reuse/
- ^LICENSES/
- ^\.vagrant/
- ^scripts/
2024-01-07 18:46:09 +00:00
# Path to the output file (if null, output to STDOUT)
output_path: null
prompt:
# Optional: Path to a file containing the prompt header
header_path: null
# Optional: Path to a file containing the prompt footer
footer_path: null
# Optional: Path to a file container a jinja template to structure the prompt
template_path: null