From 568643c2c9783bc1b3b7d80e1b91a9481a450946 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 4 Feb 2026 18:43:53 +0800 Subject: [PATCH] Ignore `.vs` --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8586f5b..80f7f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,11 @@ !.vscode/README.md +############################## +# VS +############################## +.vs + ############################## # Binaries