Is there a way to exclude a subdirectory of "tests" from monitoring ember?
ex. I have a deer under the “trials” called “selenium”.
If "ember serve" works, and I do "echo xyz> bam" in the selenium folder,
the ember serve console displays "file modified by selenium / bam" and rebuilds the application.
I would like to understand if there is a way to exclude all selenium dir without pushing it out of the test folder (although now I am moving the directory)
source
share