guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.93k stars 247 forks source link

ignore `node_modules` by default #560

Open masterkain opened 2 years ago

masterkain commented 2 years ago

https://github.com/guard/listen/blob/master/lib/listen/silencer.rb#L6

what do you think about adding node_modules to the default list?

ColinDKelley commented 1 year ago

@masterkain Is that a common folder to have lots of changes that typically don't need to be listened to?

thibaut-pro commented 8 months ago

Yes.