So here is the problem: Everytime I insert new values into my collection (lets call it "Locations" Collection) and submit my changes to my Git repository, I lose all changes that I have made to this collection.
Shouldn't Git upload all changes I have done, including the new Collection Values? Or does git somehow ignore the .meteor directory where the values are stored?
I am currenty using Meteor 1.0.1 locally.