mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
10 lines
208 B
Python
10 lines
208 B
Python
exclude_website_pats = [
|
|
"examples/**",
|
|
"_posts/**",
|
|
"HISTORY.md",
|
|
"docs/benchmarks*md",
|
|
"docs/ctags.md",
|
|
"docs/unified-diffs.md",
|
|
"docs/leaderboards/index.md",
|
|
"assets/**",
|
|
]
|