Skip to content

Instantly share code, notes, and snippets.

@selahssea-zz
Created November 2, 2014 16:35
Show Gist options
  • Save selahssea-zz/0646a01b4408eb6f56e4 to your computer and use it in GitHub Desktop.
Save selahssea-zz/0646a01b4408eb6f56e4 to your computer and use it in GitHub Desktop.
Cordova .gitignore (iOS and android)
.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