ignore zig directories at project root only

Also, add support for `zig-cache` with a leading dot; `.zig-cache`.
master
yehuthi 2024-06-19 09:18:52 +03:00 committed by geemili
parent 22476f4a82
commit 390ffd6732
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,2 +1,3 @@
zig-cache/
zig-out/
/zig-cache/
/zig-out/
/.zig-cache