I have tried with different type of parameters (glob, no glob, absolute, relative ) and every time the option is ignored, a log about the changed file is issued and the browser refresh the page.
this is the commands I am running
browser-sync start --files '*.js' --exclude toignore.js --server --no-open
browser-sync start --files '*.js' --exclude 'toignore*' --server --no-open
browser-sync start --files '*.js' --exclude /tmp/test-bs/toignore.js --server --no-open
Am I doing something wrong?