Skip to content

Instantly share code, notes, and snippets.

@rjmunro
Created June 21, 2013 13:54
Show Gist options
  • Save rjmunro/5831320 to your computer and use it in GitHub Desktop.
Save rjmunro/5831320 to your computer and use it in GitHub Desktop.
gitignore for cordova cli projects
# Android
platforms/android/assets/www
platforms/android/bin/
platforms/android/gen/
platforms/android/res/xml/config.xml
# iOS
platforms/ios/build/
platforms/ios/CordovaLib/build/
platforms/ios/www
platforms/ios/MyPace/config.xml
platforms/ios/.staging
# Emulator logs
platforms/ios/cordova/console.log
@budda
Copy link

budda commented Jun 12, 2015

Why not just ignore everything under platforms/ then ?

@fbrinker
Copy link

you may have to add ressources or permissions in the platform directories

@elliot-huffman
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment