shoebappa / vagrant-meteor-windows

A vagrant provisioner for running Meteor on Windows
73 stars 12 forks source link

update so that only .meteor/local is tracked #8

Closed mmucklo closed 10 years ago

mmucklo commented 11 years ago

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.

alamont commented 10 years ago

+1

shoebappa commented 10 years ago

Thanks for the pull request, and sorry I didn't get around to it. I went ahead and made it a config option that defaults to .meteor/local.