modified: README.md renamed: setup.rclone.docker-plugin.playlist.yml -> rclone.docker-plugin.playbook.yml
17 lines
245 B
Plaintext
17 lines
245 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/*.tsx": true,
|
|
"**/*.css": true,
|
|
"**/*.json": true,
|
|
"node_modules": true,
|
|
"lib": true
|
|
},
|
|
"ansible.python.interpreterPath": "/bin/python3"
|
|
}
|
|
} |