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 #