Skip to content

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

@DustinLuck

Description

@DustinLuck

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions