From 833679e58a82f4e889c25d26d9f61412679cedfa Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Thu, 10 Jul 2025 11:41:33 +0800 Subject: [PATCH] [Chore] (gitignore): Ignore Visual Studio directory and output directory. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a937c97..2eef9193 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ ################################################################################ /build -.cxx \ No newline at end of file +.cxx +/.vs +/out/build