Files
ogre-schema/.vscode/sftp.json
Cooper Dalrymple 36d1059a61 SFTP config
2025-05-21 17:47:06 -05:00

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"
]
}