mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
11 lines
228 B
Python
11 lines
228 B
Python
exclude_website_pats = [
|
|
"examples/**",
|
|
"_posts/**",
|
|
"HISTORY.md",
|
|
"docs/benchmarks*md",
|
|
"docs/ctags.md",
|
|
"docs/unified-diffs.md",
|
|
"docs/leaderboards/index.md",
|
|
"assets/**",
|
|
"**/.DS_Store",
|
|
]
|