code-preloader/spec/config_data/simple_config.yml

22 lines
485 B
YAML
Raw Normal View History

2024-01-04 15:35:39 +00:00
---
# 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_path: simple_output.txt
2024-01-04 15:35:39 +00:00
prompt:
# Optional: Path to a file containing the header prompt
header_path: null
2024-01-04 15:35:39 +00:00
# Optional: Path to a file containing the footer prompt
footer_path: null