From 6dd00e8cf66006af1f2e75f5c2be9a6cd9d045b2 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 24 Oct 2025 10:03:22 -0400 Subject: [PATCH] chore(.gitignore): add node_modules to ignore list --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8619caa5..cb33c8319 100755 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ tmp-openapi-gen/**/*.json # Allow the final combined openapi.yml !docs/static/openapi.yml .mcp.json +node_modules