Closed nerdyworm closed 7 years ago
Good evening,
I can't seem to ignore an entire directory. I've tried several patterns and they all seem to fail me.
pattens: - '**/*.go' - '!./frontend/'
Basically what happens is that it starts watching frontend/node_modules and then explodes with too many open files.
Is there a way to configure this so that it does not walk that directory?
Reopen if you have more questions
Thank you! Works like a charm!
Good evening,
I can't seem to ignore an entire directory. I've tried several patterns and they all seem to fail me.
Basically what happens is that it starts watching frontend/node_modules and then explodes with too many open files.
Is there a way to configure this so that it does not walk that directory?