demingshangjia/.vscode/ftp-kr.json

16 lines
323 B
JSON
Raw Normal View History

2020-06-11 09:54:15 +00:00
{
"host": "192.168.3.137",
"username": "hdemingshangjia",
"password": "123456",
"remotePath": "/",
"protocol": "ftp",
"port": 14147,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}