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

NEW FEATURE: Include #201

Open
Jara92 opened this issue Jun 25, 2021 · 2 comments
Open

NEW FEATURE: Include #201

Jara92 opened this issue Jun 25, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Jara92
Copy link

Jara92 commented Jun 25, 2021

It would be very perfect to implement "include" feature. I miss it when I need to sync only few folders. Exclude is not very handy for that.

@shawninder
Copy link

Indeed, many times I find whitelisting easier than blacklisting…

Using both exclude and include together can also be powerful:

exclude:
  - .*
include:
  - .exception

Right now I'm really not sure how to do this or if the following might work:

exclude:
  - .*
  - !.exception

Wish me luck!

@mdfahadhossain
Copy link

Yeah. There are usually a lot of configs files, folders, and dependencies that are not necessary for the production. It would be great if it only uploads listed files and folders mentioned in includes .

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

No branches or pull requests

4 participants