23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "My Server",
|
|
"host": "192.168.20.23",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "bartek",
|
|
"password": "pelt-sweat-antiquely-ecosystem-dissuade",
|
|
"remotePath": "/home/bartek/public_html/biesiada.menu/app",
|
|
"uploadOnSave": true,
|
|
"useTempFile": false,
|
|
"openSsh": true,
|
|
"watcher": {
|
|
"files": "**/*",
|
|
"autoUpload": true,
|
|
"autoDelete": false
|
|
},
|
|
"ignore": [
|
|
"**/.git/**",
|
|
"**/.vscode/**",
|
|
"**/.DS_Store",
|
|
"**/vendor/**"
|
|
]
|
|
} |