From 09f252e443a464d9cb71e9b53a70bfc6989b54d5 Mon Sep 17 00:00:00 2001 From: Kieran Kihn <114803508+kierankihn@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:53:49 +0800 Subject: [PATCH] chore: update `.gitignore` to exclude `build/` directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b4f66ba..44e0310 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/ .vscode/ +build/ cmake-build-debug/ cmake-build-release/