nextcloud / desktop

💻 Desktop sync client for Nextcloud
https://nextcloud.com/install/#install-clients
GNU General Public License v2.0
2.99k stars 788 forks source link

Edit "ignored files" #6404

Open tobiasKaminsky opened 8 months ago

tobiasKaminsky commented 8 months ago

We have two different types for ignored files

Global one should have a text above pattern, like: This is global exclude list. It will be valid for all accounts and all sync folders.

Sync folder one should then have: This is specific exclude list for folder "xyz". Global settings (found here [link]) are also applied.

phaus commented 7 months ago

I would love to have a git like support for ignore settings. So have the option to create an .ncignore file in a sync folder that then contains relative folders that should be ignored. That file could be then also synced via nextcloud, so that sync settings would be synchronized between clients.