I found when I wanted to add my project to git, I couldn't track the things in .meteor (such as .meteor/packages and .meteor/release) as they were in the vagrant home directory.
From reading around it seems that only .meteor/local needs to be mounted, where as the rest of .meteor can reside on the vagrant share.
I found when I wanted to add my project to git, I couldn't track the things in .meteor (such as .meteor/packages and .meteor/release) as they were in the vagrant home directory.
From reading around it seems that only .meteor/local needs to be mounted, where as the rest of .meteor can reside on the vagrant share.
This pull request implements that change.