fix: update code_preloader ignore list
This commit is contained in:
parent
bb5941a86a
commit
91f2e7a554
1 changed files with 10 additions and 5 deletions
|
@ -8,15 +8,20 @@
|
|||
|
||||
# List of patterns to ignore during preloading
|
||||
ignore_list:
|
||||
- ^\.git/
|
||||
- ^lib.*
|
||||
- ^doc/
|
||||
- ^bin/
|
||||
- ^\.code_preloader.yml
|
||||
- ^doc/
|
||||
- ^\.drone.yml
|
||||
- ^\.git/
|
||||
- ^\.gitattributes
|
||||
- ^\.gitignore
|
||||
- ^lib.*
|
||||
- ^LICENSES/
|
||||
- ^_prompts/
|
||||
- ^\.reuse/
|
||||
- ^LICENSES/
|
||||
- ^\.vagrant/
|
||||
- ^scripts/
|
||||
- ^\.tool-versions
|
||||
- ^\.vagrant/
|
||||
|
||||
# Path to the output file (if null, output to STDOUT)
|
||||
output_path: null
|
||||
|
|
Loading…
Reference in a new issue