From b52862f6ee6935ae771ed6968702731cb78b6831 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Wed, 8 Apr 2026 22:11:31 -0400 Subject: [PATCH] chore: gitignore VS Code machine-local settings.json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c74f550..0db011a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ client/addons/gdUnit4/GdUnitRunner.cfg # Content validation (optional local venv) .venv-content/ /.venv-gd + +# VS Code / Cursor — machine-local settings (e.g. Godot editor path) +.vscode/settings.json