SFTP config

This commit is contained in:
Cooper Dalrymple
2025-05-21 17:47:06 -05:00
parent 2b5e9c7d7f
commit 36d1059a61
3 changed files with 32 additions and 35 deletions

29
.vscode/sftp.json vendored Normal file
View 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"
]
}