repository include/exlude files regex expression in repository demo have 3 directory and each directory multiple sub directory , .*/dir/subdir/test/.* .
please suggest correct regex to get files or folders.
Hello @preeti singh
Could you share some examples of which files you wanted to match and which ones you don't want?
I need that to really understand the scenario there so I can help you to build the REGEX for it.
I have a couple of examples to share:
.*/filename
.*/folder1/folder2/folder3/.*
.*/(folder1|folder2)/.*
I hope that helps to clarify the REGEX expression a little bit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.