Files
ogre-issuu/.vscode/sftp.json
Cooper Dalrymple fd8db63cf5 Switch to SFTP
2025-12-04 11:01:09 -06:00

26 lines
592 B
JSON

{
"name": "summationweekly.com (OgreIssuu)",
"host": "og5.cleverogre.com",
"username": "summatio",
"password": "TV0#h0)T622}T",
"protocol": "sftp",
"port": 22,
"remotePath": "/home/summatio/public_html/wp-content/plugins/ogre-issuu/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": [
".vscode",
".git",
".DS_Store",
".gitignore",
"Makefile",
"*.zip",
"composer.json",
"ogre-issuu",
"composer.lock",
"package.json",
"phpcs.xml"
]
}