meteor-stat icon indicating copy to clipboard operation
meteor-stat copied to clipboard

--ignore flag to ignore files under a path

Open sungwoncho opened this issue 9 years ago • 1 comments

Allows one to ignore files under a given path

e.g.

mstat --ignore packages/bootstrap/*
mstat --ignore packages/bootstrap/

Feedbacks are welcome.

sungwoncho avatar Feb 20 '16 01:02 sungwoncho

+1 to this. I like the how the metrics are shown, but unfortunately, it gets skewed if we have a lot of 3rd party lib files, which should ideally be ignored. Can we have the above feature?

A workaround is to add the directories to the .gitignore file and then take a count.

bluefangs avatar Nov 09 '17 12:11 bluefangs