From aa5fa4c5a5fbd947a09667e878c13c05395ca0f3 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 7 Sep 2024 16:10:31 -0700 Subject: [PATCH] add .zig-cache to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90e7af499d68aa5e8dbd03d86fbad54cf9493ab3..262cbe2287510c43824b70fdb91e2995033d29cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -/zig-* +zig-cache +.zig-cache +zig-out /.zigmod /deps.zig -- 2.54.0