You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.