Hi,

I am trying to understand how the selection of files and directories work.
Could you explain the difference between the following.

exclude name="**/pages"/>
<exclude name="**/pages/**"/>
<exclude name="pages/**"/>
<exclude name="**/pages**"/>
<exclude name="**/pages/>
<exclude name="*/pages/>
<exclude name="*/pages/*>

Thanks

Reply via email to