I have a new meteor project. I\'m guessing the .meteor dir has a combination of configuration files (needed) and temporary files (not needed).
.meteor
So what\'s i
Meteor creates a .gitignore in the .meteor directory by default.
.gitignore
However, your project's .gitignore should exclude any sensitive data config files and node_modules.
node_modules