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
You might want to put any configuration settings files in there if you are pushing to a public repos.
I store any security sensitive data configuration settings like encryption keys and various passwords for services like smtp, twitter, facebook and others in a config.js and then put that in .gitignore or in the info/exclude file. Stuff I don't want in a public repo.
Just an additional suggestion to consider for your .gitignore