mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): update ignore patterns
- Added new ignore patterns for .bundle/config, .npmrc, and cursor/mcp.json files.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user