From 8af888d89815b538c40fa06365f50fc3bc5ce65c Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 4 Jan 2024 11:52:23 +0100 Subject: [PATCH] chore: ignore more files in config --- .code_preloader.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.code_preloader.yml b/.code_preloader.yml index 97f1472..8630832 100644 --- a/.code_preloader.yml +++ b/.code_preloader.yml @@ -1,19 +1,21 @@ --- ignore_list: - - ^\./.git/ + - ^\./\.git/.* + - ^\./\.vagrant/.* - ^\./misc/.* - - ^\./bin - - ^\./lib - - ^\./misc - - LICENSE - - prompts - - Makefile + - ^\./bin/.* + - ^\./lib/.* + - ^\./misc/.* + - ^\./prompts/.* + - ^\./LICENSE + - ^\./Makefile + - .*\.svg$ output_file_path: null header_prompt_file_path: null -footer_prompt_file_path: prompts/footer.txt +footer_prompt_file_path: null #