From 2d8fedf6ffc5bca865520403950a1b637945ab8c Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:30:11 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3d67197..1bd01f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ out/ .vs/slnx.sqlite .vs/VSWorkspaceState.json +# VSC and manual build folders # +.vscode/ +build/ + # Excludes binary outputs in root dir # *.exe *.ilk