How to exclude ember serve from watching a directory?

I have a folder that I would like to stop ember from watching. It’s the “ios” folder and it lives as a sibling to the “app” folder. I’ve tried adding a .watchmanconfig file with “ignore_dirs” specified to “[‘ios’]”, but that doesn’t exclude at all.

What approach does ember use to watch directories and how can I tell it to stop watching that directory?