Files
interblue.pl/.vscode/ftp-kr.json
2026-04-27 13:21:58 +02:00

23 lines
445 B
JSON

{
"host": "ftp.interblue.pl",
"username": "project-pro@interblue.pl",
"password": "Project&*Pro12**!",
"remotePath": "/",
"protocol": "ftp",
"port": 21,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.serena",
"/.claude",
"CLAUDE.md",
"/changelog",
"AGENTS.md",
"/.paul"
]
}