.gitignore for PhoneGap/Cordova 3.0 projects – what should I commit?
Expanding on @Jake Moshenko answer: I like the idea of omitting the platforms directory. In fact, I am am able to exclude both the plugins and platforms directories. A good starting point for the .gitignore: platforms/ plugins/ The problem with this is that clean copy of the repo must be initialized before you can actually … Read more