diff --git a/.code_preloader.yml b/.code_preloader.yml index 5b28953..97920cc 100644 --- a/.code_preloader.yml +++ b/.code_preloader.yml @@ -8,8 +8,15 @@ # List of patterns to ignore during preloading ignore_list: - - ^\.git/.* + - ^\.git/ - ^lib.* + - ^doc/ + - ^bin/ + - ^_prompts/ + - ^\.reuse/ + - ^LICENSES/ + - ^\.vagrant/ + - ^scripts/ # Path to the output file (if null, output to STDOUT) output_path: null