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",
|
"**/*.pfx",
|
||||||
"**/*.prv",
|
"**/*.prv",
|
||||||
"**/.ansible/tmp/**", // Does not work.
|
"**/.ansible/tmp/**", // Does not work.
|
||||||
|
"**/.bundle/config",
|
||||||
"**/.cursor/mcp.json",
|
"**/.cursor/mcp.json",
|
||||||
"**/.env",
|
"**/.env",
|
||||||
"**/.env*",
|
"**/.env*",
|
||||||
|
"**/.npmrc",
|
||||||
"**/.ssh/id_*",
|
"**/.ssh/id_*",
|
||||||
"**/credentials.*.json",
|
"**/credentials.*.json",
|
||||||
"**/credentials.json",
|
"**/credentials.json",
|
||||||
|
"**/cursor/mcp.json",
|
||||||
"**/id_dsa",
|
"**/id_dsa",
|
||||||
"**/id_rsa",
|
"**/id_rsa",
|
||||||
|
"**/npmrc",
|
||||||
"**/secret.json",
|
"**/secret.json",
|
||||||
"**/secret.yaml",
|
"**/secret.yaml",
|
||||||
"**/secrets.json",
|
"**/secrets.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user