I have a new meteor project. I\'m guessing the .meteor
dir has a combination of configuration files (needed) and temporary files (not needed).
So what\'s i
.meteor/local is the only thing you want missing from version control.
Meteor automatically generates a .gitignore file that would fit your needs.
If it's a public repository you'll likely want to include "settings-development.json" or any other JSON files containing information you don't want to disclose to the public such as AWS API keys.
However Bitbucket and some others provides free private repositories which should fit your needs.