From 7c4ce96a457707491036d16afb649ba1574071f1 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Mon, 16 Feb 2026 00:45:10 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20.gitignore=20=E2=80=94=20prot?= =?UTF-8?q?ect=20MCP=20credentials,=20add=20NestJS=20outputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 939f7d9..c32d33f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,13 @@ docker/nats_data/ # Logs *.log + +# NestJS +backend-nest/node_modules/ +backend-nest/dist/ + +# MCP config (contains credentials) +.mcp.json + +# Scratch/debug artifacts +browser-error.md