vscode: Hide links in playbooks dir in file explorer

dehydrated
Felix Stupp 5 years ago
parent a667132cb4
commit a60638f5ad
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -11,5 +11,8 @@
"**/node_modules": true,
"**/bower_components": true,
"playbooks/*/": true
},
"files.exclude": {
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
}
}

Loading…
Cancel
Save