aboutsummaryrefslogtreecommitdiff
path: root/.vscode/ftp-sync.json
blob: ec6107eade8663ea65745925c21b8052af483985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "remotePath": "/mnt/minteckrolt-main",
    "host": "minteck.ro.lt",
    "username": "root",
    "password": "password",
    "port": 22,
    "secure": false,
    "protocol": "sftp",
    "uploadOnSave": true,
    "passive": false,
    "debug": false,
    "privateKeyPath": "/home/creature/.ssh/id_rsa",
    "passphrase": null,
    "agent": null,
    "allow": [],
    "ignore": [
        "\\.vscode",
        "\\.git",
        "\\.DS_Store"
    ],
    "generatedFiles": {
        "extensionsToInclude": [
            ""
        ],
        "path": ""
    }
}