refactor: remove sftp config

This commit is contained in:
Sebin Nyshkim 2023-01-20 00:59:51 +01:00
parent 88e437d001
commit 6d9515498f

15
.vscode/sftp.json vendored
View file

@ -1,15 +0,0 @@
{
"name": "sebin-reference",
"protocol": "sftp",
"port": 22,
"host": "sebin-ref",
"username": "sebin",
"privateKeyPath": "~/.ssh/id_sebin",
"passphrase": "HeyImGrump20!6",
"remotePath": "sebin-ref",
"watcher": {
"files": "dist/**",
"autoUpload": true,
"autoDelete": true
}
}