Files
newwalls.pl/.vscode/ftp-kr.json
Jacek Pyziak e888c81aef Add product carousel module with template and database structure
- Created `pp_carousel.tpl` for rendering product carousel with Swiper integration.
- Added `plan.md` detailing module architecture, database schema, and implementation steps.
- Initialized log files for development and production environments.
2026-02-25 09:23:54 +01:00

19 lines
363 B
JSON

{
"host": "newwalls.pl",
"username": "projectpro",
"password": "i6B.b5P{d6",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.claude",
"/.serena"
]
}