Files
interblue.pl/.vscode/ftp-kr.json
2024-10-25 14:16:28 +02:00

17 lines
346 B
JSON

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