Watch for changes in dot folders (using yalc)

Hi guys,

is there an easy way to allow the file watcher of Meteor to observe changes in a dot folder?

I am using yalc and it stores my npm packages (locally, in development) into the .yalc/<npm-package-name> folder, but Meteor does not recognizes a change in there.

I tried to put the !.yalc/** rule into the .meteorignore file, but that has no effect :frowning:

Thanks in advance.