From d2d18dcccba1e8a5a0d8c394420411f78990d824 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Wed, 10 Jun 2026 19:23:02 -0400 Subject: [PATCH] Limit .gitignore of build directory to root VSCode uses .gitignore to hide directories, without this change this includes `scripts/build`, making it impossible to open or search the directory inside VSCode. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb7664a9..7593eee3 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,7 @@ bin/* compile_commands.json # Out-of-source build directory -build/ +/build/ # ccls .ccls-cache