From 91f2e7a5548c086e01ec8823a4b3750a5691251c Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 24 Jan 2024 00:07:29 +0100 Subject: [PATCH] fix: update code_preloader ignore list --- .code_preloader.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.code_preloader.yml b/.code_preloader.yml index 97920cc..3e94732 100644 --- a/.code_preloader.yml +++ b/.code_preloader.yml @@ -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