Is there a way to exclude a subdirectory of "tests" from being watched by ember serve?
ex. I have a dir under "tests" called "selenium".
If 'ember serve' is running and I do "echo xyz > bam" in the selenium folder,
the ember serve console will output "file changed selenium/bam" and rebuild the app.
I would like to understand if there is a way to exclude the entire selenium dir without moving it out of the tests folder ( even though for now I am moving the dir)