From 4f4744cc6e29034d78a1a4d5782eb15d4a0f461a Mon Sep 17 00:00:00 2001 From: OsakiTsukiko Date: Mon, 28 Oct 2024 15:12:59 +0200 Subject: [PATCH] update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6d2d37c..59b294d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +.zig-cache/ +/release/ +/debug/ +/build/ +/build-*/ +/docgen_tmp/ zig-out/ zig-cache/ *.tar.gz