diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index 6934551..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -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 - } -}