Remove SFTP
This commit is contained in:
25
.vscode/sftp.json
vendored
25
.vscode/sftp.json
vendored
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"name": "acornfinehomes.com",
|
||||
"host": "og6.cleverogre.com",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "acornfinehomes",
|
||||
"password": "kwSSrK7nkV3J54nV2E7XcjHH",
|
||||
"privateKeyPath": "~/.ssh/id_rsa",
|
||||
"remotePath": "/home/acornfinehomes/htdocs/acornfinehomes.com/wp-content/plugins/ogre-sort/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false,
|
||||
"ignore": [
|
||||
".vscode",
|
||||
".git",
|
||||
".DS_Store",
|
||||
".gitignore",
|
||||
"composer.json",
|
||||
"composer.lock",
|
||||
"gulpfile.js",
|
||||
"Makefile",
|
||||
"package-lock.json",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user