Files
shopPRO/.vscode/ftp-kr.json
Jacek Pyziak 99d78abea9 Add new files for shop classes in version 0.294
- Introduced class files for Basket, Category, Coupon, Order, Product, ProductAttribute, ProductCustomField, ProductSet, Promotion, Search, Shop, and Transport.
2026-02-18 02:09:08 +01:00

20 lines
398 B
JSON

{
"host": "host117523.hostido.net.pl",
"username": "www@shoppro.project-dc.pl",
"password": "jb5gnvgGTd6hLq58sDUb",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
".svn",
"/.vscode",
"/temp/*"
]
}