diff --git a/aider/help_pats.py b/aider/help_pats.py index 5d2b14865..546517d66 100644 --- a/aider/help_pats.py +++ b/aider/help_pats.py @@ -10,4 +10,10 @@ exclude_website_pats = [ "docs/unified-diffs.md", "docs/leaderboards/index.md", "assets/**", + ".jekyll-metadata", + "Gemfile.lock", + "Gemfile", + "_config.yml", + "**/OLD/**", + "OLD/**", ]