Files
casa/.code-workspace
Márcio Fernandes 2ec0cef75b modified: .code-workspace
modified:   README.md
renamed:    setup.rclone.docker-plugin.playlist.yml -> rclone.docker-plugin.playbook.yml
2025-04-05 03:00:27 +01:00

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"
}
}