From c98f47b564cf70ffe4c6206876df0ac0862fcb1b Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Wed, 10 Jul 2024 09:36:01 +0200 Subject: [PATCH] Also ignore 'zen' dependency in .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ceceac244..db81adda7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +# subprojects that the user should install themselves +/deps/zen + # default build directory for VSCode /build/