You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified cr and wrapped the queue.push(p); on line 163 with the same check as done for the directory. ie -checked for !(cli.excludepattern && cli.excludepattern.test(p)) before adding the file to the queue.
The text was updated successfully, but these errors were encountered:
Hi,
I needed exclude patterns at the file level.
I modified cr and wrapped the queue.push(p); on line 163 with the same check as done for the directory. ie -checked for !(cli.excludepattern && cli.excludepattern.test(p)) before adding the file to the queue.
The text was updated successfully, but these errors were encountered: