ansible-infra/.vscode/settings.json
June e713b2ea5b
exclude symlinked ("roles" and "resources") dirs from vscode search
Also remove the ".vscode" directory from the ".gitignore" as the repo
includes stuff in it.
2024-12-08 02:55:25 +01:00

6 lines
109 B
JSON

{
"search.exclude": {
"/playbooks/roles/": true,
"/playbooks/resources/": true,
},
}