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
Here is what I use with Webstorm and Meteor 1.4 deployed with Mupx.
# Meteor files to ignore now handled by .ignore file within .Meteor folder automatically
# settings file to ignore to protect API keys
settings.json
# MUP / MUPX file to ignore to protect server passwords and sensitive info.
mup.json
# npm package files to ignore
node?modules/
npm-debug.log
# Webstorm IDE files to ignore
.idea/*
# Typing type definition files to ignore. Webstorm uses type definitions for autocomplete even without typescript
typings/*