From c78f2ee17b79f1643cf251b98ab1f79e3b701b6b Mon Sep 17 00:00:00 2001 From: shweet Date: Sat, 13 Sep 2025 10:35:01 -0400 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ccad95..4405333 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ build/ concept/ +release/ packed/ vcpkg_installed/ out/ include/imgui/ include/glm/ include/tinyxml2 -.vs/ \ No newline at end of file +.vs/