chore: improve code-preloader config

This commit is contained in:
Glenn Y. Rolland 2024-01-15 02:04:42 +01:00
parent 32f0b6832b
commit 702f731d14

View file

@ -8,8 +8,15 @@
# List of patterns to ignore during preloading # List of patterns to ignore during preloading
ignore_list: ignore_list:
- ^\.git/.* - ^\.git/
- ^lib.* - ^lib.*
- ^doc/
- ^bin/
- ^_prompts/
- ^\.reuse/
- ^LICENSES/
- ^\.vagrant/
- ^scripts/
# Path to the output file (if null, output to STDOUT) # Path to the output file (if null, output to STDOUT)
output_path: null output_path: null