From c5c916eb2cb2fa902752fc8af21833bb6c667027 Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Mon, 13 Mar 2023 18:08:48 +0800 Subject: [PATCH] Ignore the VS project file. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a95508..79e7608 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -.vscode/ \ No newline at end of file +.vscode/ +.vs/ \ No newline at end of file