Update to version 1.1.0

This commit is contained in:
Cooper Dalrymple
2026-01-21 20:19:09 -06:00
parent 2c6d4a0c0c
commit a9333e38f1
7 changed files with 36 additions and 7 deletions

25
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "acornfinehomes.com",
"host": "og6.cleverogre.com",
"protocol": "sftp",
"port": 22,
"username": "acornfinehomes",
"password": "kwSSrK7nkV3J54nV2E7XcjHH",
"privateKeyPath": "~/.ssh/id_rsa",
"remotePath": "/home/acornfinehomes/htdocs/acornfinehomes.com/wp-content/plugins/ogre-sort/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": [
".vscode",
".git",
".DS_Store",
".gitignore",
"composer.json",
"composer.lock",
"gulpfile.js",
"Makefile",
"package-lock.json",
"package.json"
]
}