From 826d8ba4b2c0cca3192f01d396fe5cdc3b1ee047 Mon Sep 17 00:00:00 2001 From: CChuancey <37216768+CChuancey@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:07:22 +0800 Subject: [PATCH] ignore vscode and clangd cache files (#2787) Co-authored-by: chuancey --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ca7c4606..4d2aace3 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,8 @@ spdlogConfigVersion.cmake # idea .idea/ +.cache/ +.vscode/ cmake-build-*/ *.db *.ipch