From 702f731d147ca40569fcadddf4ae2c0a8543d0bf Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 15 Jan 2024 02:04:42 +0100 Subject: [PATCH] chore: improve code-preloader config --- .code_preloader.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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