code-preloader/spec/config_data/complex_config.yml
Glenn Y. Rolland b60f030824
All checks were successful
continuous-integration/drone/push Build is passing
fix: make unit tests work with CODE_PRELOADER_DETECT=no
2024-01-05 11:48:12 +01:00

23 lines
508 B
YAML

---
# Example configuration for Code-Preloader
# List of repository paths to preload
# repository_path_list:
# - "path/to/repo1"
# - "path/to/repo2"
# List of patterns to ignore during preloading
ignore_list:
- complex/ignore1
- complex/ignore2
# Path to the output file (if null, output to STDOUT)
output_path: complex_output.txt
prompt:
# Optional: Path to a file containing the header prompt
header_path: null
# Optional: Path to a file containing the footer prompt
footer_path: null