sync icon indicating copy to clipboard operation
sync copied to clipboard

ignores in config file

Open silaskoehler opened this issue 6 years ago • 0 comments

is it possible to write some additional "ignores" in my config file. I try, but it doesn't work.

{
    "username": "xxxxxxxxx",
    "password": "xxxxxxxxx",
    "host": "xxxxxxxxx",
    "localPath": "xxxxxxxxx",
    "remotePath": "xxxxxxxxx",
    "ignores": [
    	".package-lock.json"
    ]
}

silaskoehler avatar Mar 05 '19 10:03 silaskoehler