code-preloader/spec/config_data/simple_config.yml
Glenn Y. Rolland a1ff045da3
All checks were successful
continuous-integration/drone/push Build is passing
fix: remove ./ prefix in paths
2024-01-04 16:35:39 +01:00

21 lines
498 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:
- simple/ignore
# Path to the output file (if null, output to STDOUT)
output_file_path: simple_output.txt
# Optional: Path to a file containing the header prompt
header_prompt_file_path: null
# Optional: Path to a file containing the footer prompt
footer_prompt_file_path: null