refac to help_pats

This commit is contained in:
Paul Gauthier 2024-07-05 10:18:34 -03:00
parent 6c92dedac1
commit 929aa7f9ac
3 changed files with 12 additions and 12 deletions

10
aider/help_pats.py Normal file
View 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/**",
]