Skip to content

Commit 6a33d60

Browse files
committed
update .gitignore
The old lines would consider the folder itself as not ignored. This confuses editors like VS Code which highlight the directory itself as untracked.
1 parent f4d6150 commit 6a33d60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
zig-out/**
2-
zig-cache/**
3-
.zig-cache/**
1+
zig-out
2+
zig-cache
3+
.zig-cache

0 commit comments

Comments
 (0)