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"
]
}
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" ] }