chore: typos should ignore build artifacts (#9222)
parent
1caab0c208
commit
d460800a17
|
|
@ -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/*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue