chore(settings): update ignore patterns

- Added new ignore patterns for .bundle/config, .npmrc, and cursor/mcp.json files.
This commit is contained in:
Jim Myhrberg
2025-12-19 11:54:26 +00:00
parent c88775cb1d
commit e00c7ef03f

View File

@@ -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",