From ff90f149f07f8e6a48362899e39de3334df82e33 Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 4 Apr 2026 12:17:53 +0300 Subject: [PATCH] chore: update .gitignore to exclude vscode settings Add .vscode/settings.json to the ignore list to prevent committing local editor configurations. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fc2bcb..a730781 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ AGENTS.md /planing/ .vs bin -obj \ No newline at end of file +obj +.vscode/settings.json