From 9436888b28632d6dfcd90a2c3e30c718ca2e408e Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 21 Oct 2022 05:13:13 -0300 Subject: [PATCH] chore(gitignore): update .gitignore sometimes I'm left with a src/zig-cache, and I want to just make sure that I never-ever end up commiting that --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e29d9c7..2bcaeb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /.vscode /bin -/zig-cache -/zig-out +**/zig-cache +**/zig-out /docs **/*.log **/*.bin