You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get the --ignore option to work with simple patterns whereas regexes do. chokidar './src/**/*.js' -i '*-test.js' nope chokidar './src/**/*.js' -i '/-test.js$/' yep
Probably missing something obvious.
The text was updated successfully, but these errors were encountered:
Hi,
I can't seem to get the
--ignore
option to work with simple patterns whereas regexes do.chokidar './src/**/*.js' -i '*-test.js'
nopechokidar './src/**/*.js' -i '/-test.js$/'
yepProbably missing something obvious.
The text was updated successfully, but these errors were encountered: