From 2f70f6323a686f9b0291398bb8633fb3c8ffd1b6 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Mon, 13 Apr 2026 12:28:00 +0500 Subject: [PATCH] add .vscode/ to .gitignore Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42b5657..3d63026 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ plan/ +.vscode/