mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Include .md files from aider/website/share/ in blame statistics
This commit is contained in:
parent
46ecb8a663
commit
06a5fec612
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ def blame(start_tag, end_tag=None):
|
|||
for f in files
|
||||
if f.endswith((".py", ".scm", ".sh", "Dockerfile", "Gemfile"))
|
||||
or (f.startswith(".github/workflows/") and f.endswith(".yml"))
|
||||
or (f.startswith("aider/website/share/") and f.endswith(".md"))
|
||||
]
|
||||
files = [f for f in files if not f.endswith("prompts.py")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue