gin icon indicating copy to clipboard operation
gin copied to clipboard

Add ability to ignore directories.

Open rsenk330 opened this issue 10 years ago • 3 comments

This is helpful when there are large directories with static assets that don't need to be watched.

It could probably be easily expanded to support regular expressions, but wanted to get your feedback first before doing too much.

rsenk330 avatar Jul 06 '14 03:07 rsenk330

looks like the build failed but it must have been a blip. Rerunning

codegangsta avatar Aug 02 '14 20:08 codegangsta

I think the tests failing was a blip. I rebased on the current master, and everything seems good now.

Can you think of a better way to handle this? I'm willing to make this more robust if needed.

rsenk330 avatar Nov 13 '14 00:11 rsenk330

I not sure but this PR does not duplicate flags --excludeDir value, -x value ?

platinumthinker avatar Sep 14 '21 15:09 platinumthinker