From 13007ded921ad31b69a813fc255c616d460a325e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 08:12:39 -0700 Subject: [PATCH] exclude more from jekyll --- _config.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 263b8c38c..f284ccde2 100644 --- a/_config.yml +++ b/_config.yml @@ -13,5 +13,18 @@ defaults: description: "A command-line chat tool for coding with GPT" exclude: - - tmp.benchmarks - - _posts/OLD + - "tmp*" + - "**/tmp*" + - OLD + - "**/OLD/**" + - aider + - benchmark + - build + - aider_chat.egg_info + - "dev-requirements.*" + - "requirements.*" + - docker + - scripts + - tests + - setup.py + - pytest.ini