add jujutsu to ignored files
[jujutsu](https://github.com/martinvonz/jj) is an alternative to git
This commit is contained in:
parent
1c6a832255
commit
64056ad045
1 changed files with 1 additions and 0 deletions
|
@ -769,6 +769,7 @@ fn walk_tree_async(a_: std.mem.Allocator, root_path_: []const u8) (SpawnError ||
|
|||
|
||||
const filtered_dirs = [_][]const u8{
|
||||
".git",
|
||||
".jj",
|
||||
".cache",
|
||||
".var",
|
||||
"zig-out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue