From a8cd1c77e37df1d7755d06542e9f68f778167fc5 Mon Sep 17 00:00:00 2001 From: MaxKless <34165455+MaxKless@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:25:09 +0200 Subject: [PATCH] chore(repo): add .cursor/mcp.json to gitignore (#31691) people use it locally with different ports so we should just add it to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 839c5daedb..cbd6a2dc6a 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ storybook-static .claude/settings.local.json .cursor/rules/nx-rules.mdc +.cursor/mcp.json .github/instructions/nx.instructions.md # Added by Claude Task Master @@ -105,3 +106,4 @@ tasks/ # Raw docs local configuration (machine-specific) .rawdocs.local.json +