From feeb032602c03c19fc897c363c7e1c572b342dfe Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Tue, 27 May 2025 14:06:21 +0200 Subject: [PATCH] Add mcp.json to gitignore (#12321) # Introduction In order to avoid pushing secrets within an project scoped mcp.json configuration [Related docs](https://docs.cursor.com/context/model-context-protocol#configuration-locations) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4aa48c14..97dc38ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ dump.rdb /flake.nix .crowdin.yml -.react-email/ \ No newline at end of file +.react-email/ + +mcp.json \ No newline at end of file