mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Explicitly include specific markdown files in blame script
This commit is contained in:
parent
06a5fec612
commit
21a28623ca
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ 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"))
|
||||
or f == "aider/website/share/index.md"
|
||||
or f == "aider/website/docs/leaderboards/index.md"
|
||||
]
|
||||
files = [f for f in files if not f.endswith("prompts.py")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue