chore: typos should ignore build artifacts (#9222)

pull/9224/head
Mitchell Hashimoto 2025-10-15 15:44:51 -07:00 committed by GitHub
parent 1caab0c208
commit d460800a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ extend-exclude = [
"build.zig.zon.nix",
"build.zig.zon.txt",
"build.zig.zon.json",
# Build artifacts
"macos/build/*",
"zig-out/*",
# vendored code
"vendor/*",
"pkg/*",