Files
kikiriki.sklep.pl/.vscode/ftp-kr.json
Jacek Pyziak 5f93428041 Add Project-Pro Blog module with initial SQL setup, CSS styles, and template files
- Created SQL installation scripts for categories and posts tables.
- Added uninstall scripts to drop the created tables.
- Introduced CSS styles for blog layout, including responsive design for posts and categories.
- Implemented PHP redirection in index files to prevent direct access.
- Developed Smarty templates for blog category tree, post list, and individual post details.
- Ensured proper caching headers in PHP files to enhance performance.
2026-03-03 15:24:51 +01:00

20 lines
477 B
JSON

{
"host": "kikiriki.sklep.pl",
"username": "biuro@kikiriki.sklep.pl",
"password": "0J-%@-gAzl*6#NY)",
"remotePath": "/domains/kikiriki.sklep.pl/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.claude",
"/.serena",
"CLAUDE.md"
]
}