fix: Never walk into AppData as that is likely not useful

closes #438
This commit is contained in:
CJ van den Berg 2025-12-28 22:02:22 +01:00
parent 0a8a8188cd
commit dc0d5dda80
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -90,6 +90,7 @@ pub fn start(a_: std.mem.Allocator, root_path_: []const u8, entry_handler: Entry
}
const filtered_dirs = [_][]const u8{
"AppData",
".cache",
".cargo",
".git",