From 3a4c00e20d1d3d16fc32ee5978e2f943b24c5972 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Mon, 20 Jun 2022 21:08:29 -0400 Subject: [PATCH] Update gitignore and imgui --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b65e3bc..ad8687f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,7 @@ bin-int/ bin/ lib/ *.xcworkspace/ +.vscode/ +build/ !.gitignore