WIP: feat: add scaffold for operations (command design pattern) #31
1 changed files with 10 additions and 5 deletions
|
@ -8,15 +8,20 @@
|
||||||
|
|
||||||
# List of patterns to ignore during preloading
|
# List of patterns to ignore during preloading
|
||||||
ignore_list:
|
ignore_list:
|
||||||
- ^\.git/
|
|
||||||
- ^lib.*
|
|
||||||
- ^doc/
|
|
||||||
- ^bin/
|
- ^bin/
|
||||||
|
- ^\.code_preloader.yml
|
||||||
|
- ^doc/
|
||||||
|
- ^\.drone.yml
|
||||||
|
- ^\.git/
|
||||||
|
- ^\.gitattributes
|
||||||
|
- ^\.gitignore
|
||||||
|
- ^lib.*
|
||||||
|
- ^LICENSES/
|
||||||
- ^_prompts/
|
- ^_prompts/
|
||||||
- ^\.reuse/
|
- ^\.reuse/
|
||||||
- ^LICENSES/
|
|
||||||
- ^\.vagrant/
|
|
||||||
- ^scripts/
|
- ^scripts/
|
||||||
|
- ^\.tool-versions
|
||||||
|
- ^\.vagrant/
|
||||||
|
|
||||||
# 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