mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refac to help_pats
This commit is contained in:
parent
6c92dedac1
commit
929aa7f9ac
3 changed files with 12 additions and 12 deletions
10
aider/help_pats.py
Normal file
10
aider/help_pats.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
exclude_website_pats = [
|
||||
"examples/**",
|
||||
"_posts/**",
|
||||
"HISTORY.md",
|
||||
"docs/benchmarks*md",
|
||||
"docs/ctags.md",
|
||||
"docs/unified-diffs.md",
|
||||
"docs/leaderboards/index.md",
|
||||
"assets/**",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue