mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
chore: Ignore .DS_Store files in exclude patterns
This commit is contained in:
parent
5cb9b242e2
commit
cee59c2ca3
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ exclude_website_pats = [
|
||||||
"docs/unified-diffs.md",
|
"docs/unified-diffs.md",
|
||||||
"docs/leaderboards/index.md",
|
"docs/leaderboards/index.md",
|
||||||
"assets/**",
|
"assets/**",
|
||||||
|
"**/.DS_Store",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue