From 8beea1a6d09ad0a4e05d5dece2e049f2c24c9054 Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Thu, 5 Sep 2024 17:50:25 +0800 Subject: [PATCH] chore: update gitignore to ignore vscode folder Log: --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 19625e1c..9b551a20 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,8 @@ # Clangd cache folder .cache/ +# IDE folders +.vscode/ + # User project file CMakeLists.txt.user*