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

Trouble excluding short folder name that also matches longer folder name #51

Open
DustinLuck opened this issue May 31, 2023 · 0 comments

Comments

@DustinLuck
Copy link

This issue is regarding the Sync functionality.

I have a folder structure that includes the following folders at the same level:

  • Applications
  • es
  • pl
  • ru
  • runtimes

I would like to exclude the pl, ru, & es folders, but keep the Applications & runtimes folders. I have tried using Folder exclude & Absolute Folder Exclude (Simple Type) rule, but since the Simple Type matches anywhere in the path, it also matches the folders I want to keep. I also tried using the Regex Type with the following patterns to hopefully match an exact folder name, with no success:

  • \pl\
  • \Wpl\W

No matter what I try to include the shorter folder names, it always winds up excluding the longer folder names that contain the shorter names.

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

1 participant