SFTP config
This commit is contained in:
32
.vscode/ftp-sync.json
vendored
32
.vscode/ftp-sync.json
vendored
@@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"remotePath": "./public_html/wp-content/plugins/ogre-schema/",
|
|
||||||
"host": "dev.ogre.me",
|
|
||||||
"username": "dev4ogre",
|
|
||||||
"password": "0M1$6O@J5j?)",
|
|
||||||
"port": 22,
|
|
||||||
"secure": true,
|
|
||||||
"protocol": "sftp",
|
|
||||||
"uploadOnSave": true,
|
|
||||||
"passive": false,
|
|
||||||
"debug": false,
|
|
||||||
"privateKeyPath": null,
|
|
||||||
"passphrase": null,
|
|
||||||
"agent": null,
|
|
||||||
"allow": [],
|
|
||||||
"ignore": [
|
|
||||||
"\\.vscode",
|
|
||||||
"\\.git",
|
|
||||||
"\\.DS_Store",
|
|
||||||
"\\.gitignore",
|
|
||||||
"\\Makefile",
|
|
||||||
"\\ogre-schema.zip"
|
|
||||||
],
|
|
||||||
"generatedFiles": {
|
|
||||||
"extensionsToInclude": [
|
|
||||||
".js",
|
|
||||||
".css",
|
|
||||||
".map"
|
|
||||||
],
|
|
||||||
"path": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
29
.vscode/sftp.json
vendored
Normal file
29
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "dev1.ogre.me",
|
||||||
|
"host": "dev.ogre.me",
|
||||||
|
"protocol": "sftp",
|
||||||
|
"port": 22,
|
||||||
|
"username": "dev1ogre",
|
||||||
|
"password": "KuT+T?ctDqJ?s",
|
||||||
|
"remotePath": "/home/dev1ogre/public_html/wp-content/plugins/ogre-schema/",
|
||||||
|
"uploadOnSave": true,
|
||||||
|
"useTempFile": false,
|
||||||
|
"openSsh": false,
|
||||||
|
"ignore": [
|
||||||
|
".vscode",
|
||||||
|
".git",
|
||||||
|
".DS_Store",
|
||||||
|
".gitignore",
|
||||||
|
"Makefile",
|
||||||
|
"ogre-schema.zip",
|
||||||
|
"ogre-schema",
|
||||||
|
"composer.json",
|
||||||
|
"composer.lock",
|
||||||
|
"package.json",
|
||||||
|
"package-lock.json",
|
||||||
|
"node_modules",
|
||||||
|
"phpcs_xml",
|
||||||
|
"postcss.config.js",
|
||||||
|
"gulpfile.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
6
composer.lock
generated
6
composer.lock
generated
@@ -44,10 +44,10 @@
|
|||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {},
|
||||||
"platform-dev": [],
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user