From 7852d0ca8e584914c93470c33cd92a736ace783e Mon Sep 17 00:00:00 2001 From: allaun Date: Tue, 7 Jul 2026 01:11:23 -0500 Subject: [PATCH] chore: add node_modules and generated artifacts to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c5ae4d64..041b2085 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,9 @@ secrets/ # MCP backend build artifacts scripts/mcp_backend/target/ +node_modules/ +package.json +package-lock.json +.atlas-optimize/ +*.sam +*_summary.json