From eb8c59efb55148ae7137509067f54f3d5b14d0c0 Mon Sep 17 00:00:00 2001 From: eero Date: Mon, 22 Dec 2025 00:02:02 +0800 Subject: [PATCH] Add .vscode/settings.json to .gitignore Exclude VS Code workspace settings from version control to prevent local configuration from being committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b861f38bc..287132dc0 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ Deploy/DeployAll/PrivateKey.* #Rider *.DotSettings.user +.vscode/settings.json