feat: add ignore_files option

This commit is contained in:
2025-02-08 03:16:18 +01:00
parent d19451ca5c
commit d9a1cf83fc
2 changed files with 10 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ default_prompt_blocks:
- "basic"
- "secure-coding"
ignore_files:
- "node_modules/"
- "*.log"
- "vendor/"
include_file_contents: true
debug: false