webssh2/.vscode/sftp.json
2024-03-19 13:15:41 +08:00

11 lines
294 B
JSON

{
"name": "laplace",
"host": "10.110.8.9",
"username": "root",
"password": "teamw9rk",
"remotePath": "/root/tmp/webssh2",
"protocol": "sftp",
"port": 22,
"uploadOnSave": true,
"ignore": [".vscode", ".git", ".DS_Store", "node_modules", "vendor"]
}