From e8af08aff0e52a1dd11717acb39bb9785dd6bf33 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Tue, 5 Aug 2025 18:35:35 +0800 Subject: [PATCH] [Chore] (gitignore): Ignore Visual Studio Code directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9086b56b..644b864c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ MobileGL/MG_Test/out MobileGL/MG_Test/.vs MobileGLCodeManager.* MobileGLCodeManager +.vscode