-
-
Save chnbohwr/a45b77264c806659851a4fb020dc5042 to your computer and use it in GitHub Desktop.
gitignore for cordova cli projects
This file contains hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment