feat: add build directory to filtered_dirs
This commit is contained in:
parent
118b2b56f8
commit
a2aca96f04
1 changed files with 1 additions and 0 deletions
|
@ -768,6 +768,7 @@ fn walk_tree_async(a_: std.mem.Allocator, root_path_: []const u8) (SpawnError ||
|
|||
}
|
||||
|
||||
const filtered_dirs = [_][]const u8{
|
||||
"build",
|
||||
".git",
|
||||
".jj",
|
||||
".cache",
|
||||
|
|
Loading…
Add table
Reference in a new issue