feat: add build directory to filtered_dirs

This commit is contained in:
CJ van den Berg 2024-10-14 12:36:12 +02:00
parent 118b2b56f8
commit a2aca96f04
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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",