Current ‘Ignore Rules’ implementation saves ignore settings for each device.
It would be great to sync the list automatically.
I can imagine two possible implementations:
- Save settings in personal account information and restore it when logged in.
- Save settings in a file such as .insyncignore, and apply it when the file exists. It would be best that this file can be located in any level of directories like .gitignore implementation.
I prefer second by the way.