Files
adsPRO/.vscode/ftp-kr.json
Jacek Pyziak 4aefa5f445 feat: Enhance campaign terms management with keyword addition and match type change functionality
- Added a toolbar for adding keywords in the campaign terms view.
- Implemented match type change functionality with a confirmation dialog.
- Added delete functionality for keywords with confirmation.
- Updated styles for new buttons and icons in the campaign terms view.
- Enhanced product view with warning icons for product alerts and corresponding modal display.
- Updated product table to include a new column for warnings and adjusted column visibility settings.
- Documented project overview, code style conventions, suggested commands, and task completion checklist.
2026-02-24 01:30:13 +01:00

22 lines
453 B
JSON

{
"host": "host700513.hostido.net.pl",
"username": "www@adspro.projectpro.pl",
"password": "S75kmnqmD5heMZzJQf5n",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.serena",
"/.claude",
"CLAUDE.md",
"AGENTS.md",
".gitignore"
]
}