From 455d1b828e38e8478d11a2c18d6039affc4fac64 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 2 Jan 2024 12:32:42 +0100 Subject: [PATCH] config: patterns are now regexp --- misc/code_preloader.sample.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/misc/code_preloader.sample.yaml b/misc/code_preloader.sample.yaml index f40413d..97f1472 100644 --- a/misc/code_preloader.sample.yaml +++ b/misc/code_preloader.sample.yaml @@ -1,11 +1,14 @@ --- ignore_list: - - .git - - .code_preloader.yml - - bin + - ^\./.git/ + - ^\./misc/.* + - ^\./bin + - ^\./lib + - ^\./misc - LICENSE - prompts + - Makefile output_file_path: null