From bc98a1cd4ac61e5beff560cd077cf0081d5dc131 Mon Sep 17 00:00:00 2001 From: nbogie Date: Sun, 1 Feb 2026 12:35:29 +0000 Subject: [PATCH] gitignore vscode local.code-workspace This allows user to safely add a local code-workspace to the project to override any settings that don't work for them, without changing .vscode/settings.json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 36c8788cbb..501c81eaaf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .nyc_output/* # .vscode/settings.json +# optional local preferences for vscode +local.code-workspace + node_modules/* analyzer/