30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|