From 5fa931b44e1a9c4a8a1ec897f6448f3272c6560a Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Tue, 18 Feb 2025 07:17:47 -0500 Subject: [PATCH] Updated gitignore to account for new cache folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 874a7e0..e9483e5 100644 --- a/.gitignore +++ b/.gitignore @@ -527,3 +527,4 @@ FodyWeavers.xsd ### A place for local files that is within the repo .local +.zig-cache/ \ No newline at end of file