sync
sync copied to clipboard
ignores in config file
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"
]
}