Be able to ignore directories
jgallen23 opened this issue · 5 comments
jgallen23 commented
I'd like some way to ignore node_module directories. Thoughts?
rauchg commented
We could add -e
(exclude), and allow multiple.
You could then alias spot to spot -e node_modules
Need to think about this one more
eriwen commented
Another possible option: .spotrc file in ~/ or current directory.
I'd be more willing to just write this feature if my bash wasn't rusty. Hope we can get this in though.
svenwin commented
+1 for -e .....
rauchg commented
This was added.