Added symlink for filter_plugins into symlink directory

Also hide the symlink in VS Code
dehydrated
Felix Stupp 4 years ago
parent 4f9cf49f6c
commit 6c0b47dcd5
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -10,9 +10,9 @@
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
"playbooks/{credentials,filter_plugins,group_vars,helpers,host_vars,public_keys,roles}/": true
},
"files.exclude": {
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
"playbooks/{credentials,filter_plugins,group_vars,helpers,host_vars,public_keys,roles}/": true
}
}

@ -0,0 +1 @@
../filter_plugins
Loading…
Cancel
Save