Files
zaufane.pl/.vscode/sftp.json
2024-11-04 19:13:57 +01:00

22 lines
374 B
JSON

{
"name": "zaufane.pl",
"host": "51.91.158.9",
"protocol": "sftp",
"port": 4324,
"username": "zaufanewww",
"password": "6eEZ-Ke34#SmCUes",
"remotePath": "/var/www/html/",
"uploadOnSave": true,
"ignore": [
".vscode",
".git",
".DS_Store",
".svn"
],
"watcher": {
"files": "**/*.*",
"autoUpload": true,
"autoDelete": true
}
}