Created
November 2, 2014 16:35
-
-
Save selahssea-zz/0646a01b4408eb6f56e4 to your computer and use it in GitHub Desktop.
Cordova .gitignore (iOS and android)
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
.idea | |
# Android | |
native/platforms/android/assets/www | |
native/platforms/android/ant-build/ | |
native/platforms/android/ant-gen/ | |
native/platforms/android/res/xml/config.xml | |
# iOS | |
native/platforms/ios/build/ | |
native/platforms/ios/CordovaLib/build/ | |
native/platforms/ios/www | |
native/platforms/ios/MyProject/config.xml | |
native/platforms/ios/.staging | |
# Emulator logs | |
native/platforms/ios/cordova/console.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment