chore: Ignore .DS_Store files in exclude patterns

This commit is contained in:
Paul Gauthier 2024-11-21 12:32:22 -08:00 committed by Paul Gauthier (aider)
parent 5cb9b242e2
commit cee59c2ca3

View file

@ -7,4 +7,5 @@ exclude_website_pats = [
"docs/unified-diffs.md",
"docs/leaderboards/index.md",
"assets/**",
"**/.DS_Store",
]