chore: improve code-preloader config
This commit is contained in:
parent
32f0b6832b
commit
702f731d14
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue