is it possible to write some additional "ignores" in my config file. I try, but it doesn't work. ```json { "username": "xxxxxxxxx", "password": "xxxxxxxxx", "host": "xxxxxxxxx", "localPath": "xxxxxxxxx", "remotePath": "xxxxxxxxx", "ignores": [ ".package-lock.json" ] } ```