Files
webgui/.vscode/sftp-template.json
2023-09-08 11:55:53 -07:00

37 lines
966 B
JSON

{
"_comment": "rename this file to .vscode/sftp.json and replace name/host/privateKeyPath for your system",
"name": "Tower",
"host": "Tower.local",
"protocol": "sftp",
"port": 22,
"username": "root",
"privateKeyPath": "C:/Users/username/.ssh/tower",
"remotePath": "/usr/local",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": [
"// comment: ignore dot files/dirs in root of repo",
".vscode",
".git",
".DS_Store",
"// comment: ignore symlinks in repo",
"sbin/emcmd",
"sbin/plugin",
"sbin/language",
"sbin/newperms",
"sbin/inet",
"sbin/samba",
"sbin/diagnostics",
"emhttp/boot",
"emhttp/state",
"emhttp/mnt",
"emhttp/log",
"emhttp/plugins/dynamix/images/case-model.png",
"emhttp/webGui",
"// comment: ignore files distributed by Unraid Connect",
"emhttp/plugins/dynamix.my.servers",
"emhttp/plugins/dynamix/include/UpdateDNS.php"
]
}