You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have asked this in the forum and they asked me to open an issue here.
I'd like to ask you to add a feature that allow us to prevent some files or folders from being synced. The behaviour would be similar to .gitignore files.
I would add some patterns to a file and the files or folders that matches them would not be synced. For example:
Is this feature wanted by the developers?
I played with cells a bit and also really needed this feature, because if have some code folders with build directories that i want to exclude.
I implemented a simple .cellsignore file that can be placed at the root of a local directory which is synced with cells-sync. The lines are then added to the Sync.Ignores list of the Sync object.
I would like to open a pull-request to ask for comments/improvement but the contributing.md says to create pull-requests "only if you're invited to". So can i create a pull-request for this?
hi @MnlPhlp yes that can be a good moment, we will have a "sync sprint" soon :-)
just make sure to sign the CLA (pydio.com > community > contribute) and to fork the last version of the main branch !
I have asked this in the forum and they asked me to open an issue here.
I'd like to ask you to add a feature that allow us to prevent some files or folders from being synced. The behaviour would be similar to .gitignore files.
I would add some patterns to a file and the files or folders that matches them would not be synced. For example:
Thanks in advance.
The text was updated successfully, but these errors were encountered: