guard / listen

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

ignore `node_modules` by default #560

Open masterkain opened 1 year ago

masterkain commented 1 year 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 3 months ago

Yes.