Commit 51bb2b3d2d

Alex Rønne Petersen <alex@alexrp.com>
2025-11-26 10:17:50
remove zig-cache from .gitignore
It's been a while since this was renamed to .zig-cache.
1 parent 9b752cb
Changed files (1)
.gitignore
@@ -16,7 +16,3 @@ zig-out/
 /build/
 /build-*/
 /docgen_tmp/
-
-# Although this was renamed to .zig-cache, let's leave it here for a few
-# releases to make it less annoying to work with multiple branches.
-zig-cache/