From e00c7ef03f6ff68d6a151833b89757d94efc1953 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 19 Dec 2025 11:54:26 +0000 Subject: [PATCH] chore(settings): update ignore patterns - Added new ignore patterns for .bundle/config, .npmrc, and cursor/mcp.json files. --- settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.json b/settings.json index 0f494cb..a8028c2 100644 --- a/settings.json +++ b/settings.json @@ -58,14 +58,18 @@ "**/*.pfx", "**/*.prv", "**/.ansible/tmp/**", // Does not work. + "**/.bundle/config", "**/.cursor/mcp.json", "**/.env", "**/.env*", + "**/.npmrc", "**/.ssh/id_*", "**/credentials.*.json", "**/credentials.json", + "**/cursor/mcp.json", "**/id_dsa", "**/id_rsa", + "**/npmrc", "**/secret.json", "**/secret.yaml", "**/secrets.json",