Context: I currently am developing an app in two different computers, using git to sync all files/folders except for .meteor of course. Also, I am a newbie. Anyway.
Currently I just do meteor create .
, then checkout from my git repository. The problem I have with this is that the packages my project uses don’t get synched, obviously, so I have to manually add/remove them.
How do I synch the packages I use? Should I make a script that I can run every time I checkout the project from a new computer? Is there a file somewhere in .meteor that git should be tracking? Does meteor already have a tool for it?