Files
interblue.pl/.vscode/ftp-kr.json
2026-03-21 18:50:09 +01:00

21 lines
414 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"
]
}