Created
June 21, 2013 13:54
-
-
Save rjmunro/5831320 to your computer and use it in GitHub Desktop.
gitignore for cordova cli projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
you may have to add ressources or permissions in the platform directories
Shameless plug for my git ignore:
https://gist.github.com/elliot-labs/c92b3e52053906816074170ada511962
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why not just ignore everything under platforms/ then ?