From 18b5ee48707ce3c48334d2d94ee61a685ca27182 Mon Sep 17 00:00:00 2001 From: where where Date: Tue, 7 Apr 2026 16:29:41 +0800 Subject: [PATCH] Add *.lscache to VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 47a94ef17f..533ca9e77e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -426,3 +426,6 @@ FodyWeavers.xsd *.msix *.msm *.msp + +# VS Code C# Dev Kit +*.lscache