From 8677c78844219e12ee8cfda6032b3795f80d3696 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 7 Jan 2026 08:56:48 +0000 Subject: [PATCH] chore(settings): update settings.json to include additional ignored files - Added .yarnrc and .yarnrc.yml to the ignore list. - Removed cursor/mcp.json from the ignore list and added mcp.json instead. --- settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 3e19adf..9b39b53 100644 --- a/settings.json +++ b/settings.json @@ -59,16 +59,17 @@ "**/*.prv", "**/.ansible/tmp/**", // Does not work. "**/.bundle/config", - "**/.cursor/mcp.json", "**/.env", "**/.env*", "**/.npmrc", "**/.ssh/id_*", + "**/.yarnrc", + "**/.yarnrc.yml", "**/credentials.*.json", "**/credentials.json", - "**/cursor/mcp.json", "**/id_dsa", "**/id_rsa", + "**/mcp.json", "**/npmrc", "**/secret.json", "**/secret.yaml",