From 6d9515498fa5841cae430b2b757b498ec1330ffb Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 20 Jan 2023 00:59:51 +0100 Subject: [PATCH] refactor: remove sftp config --- .vscode/sftp.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/sftp.json 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 - } -}