There is no .meteorignore file .meteorignore .
Currently, the only reliable way to hide a file from Meteor is to hide it (add a dot to the beginning of the name). You can hide the entire directory, which is useful if you need specific file names for things like Grunt tasks.
For example, if you create a directory named .hammerTime , then Meteor cannot touch this.
Hubert og
source share