Hi,
how can we ignore specific file pattern (like file ends with .git) using copy action?
Thanks,
PRavin
Hi Pravin,
You’ve identified a gap in the documentation. You can exclude files by prefixing the file pattern with a dash.
e.g. -*.git
Thanks a lot.