gruntjs / grunt-contrib-watch

Run tasks whenever watched files change.
http://gruntjs.com/
MIT License
1.98k stars 356 forks source link

watch.scripts.files does not ignore directories #527

Open Jesus89 opened 7 years ago

Jesus89 commented 7 years ago

Watch is triggered when an ignored directory is created:

Scheduled tasks have been interrupted...>> File "app/_build" added.

This directory is ignored in the files list: '!app/_build/' but it seems that it is not working.

How can I solve this issue? Thanks!