Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to ignore files/folder #36

Open
lucasctd opened this issue May 24, 2021 · 3 comments
Open

Add support to ignore files/folder #36

lucasctd opened this issue May 24, 2021 · 3 comments

Comments

@lucasctd
Copy link

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:

# .pydioignore file

/node_modules
/logs
/vendor
/build
/yarn-error.log

Thanks in advance.

@MnlPhlp
Copy link

MnlPhlp commented Dec 2, 2022

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?

@cdujeu
Copy link
Member

cdujeu commented Dec 2, 2022

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 !

@dwdcth
Copy link

dwdcth commented May 24, 2023

I need this feature too, is it working now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants