mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): update ignore patterns to include private key files and temporary Ansible files
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
"**/*.p12",
|
||||
"**/*.pem",
|
||||
"**/*.pfx",
|
||||
"**/.ansible/tmp/**",
|
||||
"**/*.prv",
|
||||
"**/.ansible/tmp/**", // Does not work.
|
||||
"**/.cursor/mcp.json",
|
||||
"**/.env",
|
||||
"**/.env*",
|
||||
@@ -67,7 +68,8 @@
|
||||
"**/secret.json",
|
||||
"**/secret.yaml",
|
||||
"**/secrets.json",
|
||||
"**/secrets.yaml"
|
||||
"**/secrets.yaml",
|
||||
"**/tmp*" // Covers ansible-vault temp files.
|
||||
],
|
||||
"cursor.terminal.usePreviewBox": true,
|
||||
"update.releaseTrack": "prerelease",
|
||||
|
||||
Reference in New Issue
Block a user