From 553c15e0ac3774d8eeb192d7ff3706b4e38945ff Mon Sep 17 00:00:00 2001 From: Liang Yan Date: Wed, 20 Mar 2024 08:27:54 +0800 Subject: [PATCH] build: Add vscode directory into ignore Signed-off-by: Liang Yan --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 89e032ec..bfd45bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ compile_commands.json .build .cache +.vscode/ subprojects/* !subprojects/*.wrap