chore: typos should ignore build artifacts (#9222)
parent
1caab0c208
commit
d460800a17
|
|
@ -5,6 +5,9 @@ extend-exclude = [
|
||||||
"build.zig.zon.nix",
|
"build.zig.zon.nix",
|
||||||
"build.zig.zon.txt",
|
"build.zig.zon.txt",
|
||||||
"build.zig.zon.json",
|
"build.zig.zon.json",
|
||||||
|
# Build artifacts
|
||||||
|
"macos/build/*",
|
||||||
|
"zig-out/*",
|
||||||
# vendored code
|
# vendored code
|
||||||
"vendor/*",
|
"vendor/*",
|
||||||
"pkg/*",
|
"pkg/*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue