This commit is contained in:
Paul Gauthier 2025-02-26 09:05:16 -08:00
parent f239b8e26d
commit 51cf241dae
5 changed files with 25 additions and 10 deletions

View file

@ -38,6 +38,7 @@ def blame(start_tag, end_tag=None):
for f in files
if f.endswith((".js", ".py", ".scm", ".sh", "Dockerfile", "Gemfile"))
or (f.startswith(".github/workflows/") and f.endswith(".yml"))
or (f.startswith("aider/resources/") and f.endswith(".yml"))
or f in website_files
or f in test_files
]