From eee982c97dbb8f13d3f912b1d19437ad90cbd213 Mon Sep 17 00:00:00 2001 From: AL Rodriguez Date: Fri, 30 Jan 2026 14:32:05 -0500 Subject: [PATCH] Added the Visual Studio folder .vs to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eff9f36b..b653bd91 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ pnpm-debug.log* # Agents and assistants .opencode/ opencode.json -.idea/**/copilot.data.migration.*.xml \ No newline at end of file +.idea/**/copilot.data.migration.*.xml + +# ides +.vs/