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
This is the .gitignore file I use with Intellij:
node_modules/ .meteor/local/* .idea/ npm-debug.log packages/*/.npm/