From 6b03e8dfae216a2bf2a97b117d4f8575847643c7 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 24 Jun 2024 20:46:59 +0200 Subject: [PATCH] Ignore .zig-cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5ce0f2..6fc65e6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Zig ignore **/zig-cache/ +**/.zig-cache/ **/zig-out/ **/build/ **/build-*/