This commit is contained in:
2020-07-12 11:23:51 +08:00
parent f11da03f58
commit 2c18636506

16
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"host": "192.168.43.121",
"username": "xingbangtuan",
"password": "123456",
"remotePath": "/",
"protocol": "ftp",
"port": 14147,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}