mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
copy
This commit is contained in:
parent
f239b8e26d
commit
51cf241dae
5 changed files with 25 additions and 10 deletions
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue