From 1cfa53ce20f6c03e148f3af819b09c1c920b0114 Mon Sep 17 00:00:00 2001 From: htom Date: Sun, 15 Feb 2026 20:29:38 +0100 Subject: [PATCH] updated with the new build directory and vscode folder --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cfe0eda..2f01d41 100644 --- a/.gitignore +++ b/.gitignore @@ -2,14 +2,16 @@ **/bin/ bin-int/ Intermediates/ +build/ +Build/ -# Hazel files *.log # Visual Studio files and folder .vs/ +.vscode/ **.sln **.vcxproj **.vcxproj.filters **.vcxproj.user -**.csproj \ No newline at end of file +**.csprojMakefile