|
| 1 | +# |
| 2 | +# BEGIN mfp-gitignore rules |
| 3 | +# https://github.com/andrewferrier/mfp-gitignore |
| 4 | +# |
| 5 | + |
| 6 | +# NOTE: This list is unofficial and may not be suitable for every project. |
| 7 | +# Please consider it a starting point. |
| 8 | + |
| 9 | +# Project files, partially based on these lists: |
| 10 | +# http://www-01.ibm.com/support/knowledgecenter/SSHS8R_6.3.0/com.ibm.worklight.dev.doc/devref/r_integrating_with_source_contro.html |
| 11 | + |
| 12 | +bin |
| 13 | +/apps/*/android/native/assets/www |
| 14 | +/apps/*/android/native/bin |
| 15 | +/apps/*/android/native/gen |
| 16 | +/apps/*/android/native/out |
| 17 | +/apps/*/blackberry*/native/gen |
| 18 | +/apps/*/blackberry*/native/www |
| 19 | +/apps/*/blackberry10/native/build |
| 20 | +/apps/*/i*/native/build |
| 21 | +/apps/*/i*/native/www |
| 22 | +/apps/*/i*/native/CordovaLib |
| 23 | +/apps/*/i*/native/WorklightSDK |
| 24 | +/apps/*/i*/package |
| 25 | +/apps/*/windowsphone*/native/Bin |
| 26 | +/apps/*/windowsphone*/native/obj |
| 27 | +/apps/*/windowsphone*/native/www |
| 28 | + |
| 29 | +# Native iphone/ipad files, adapted from: |
| 30 | +# https://github.com/github/gitignore/blob/master/Objective-C.gitignore |
| 31 | + |
| 32 | +/apps/*/i*/native/build/ |
| 33 | +/apps/*/i*/native/*.pbxuser |
| 34 | +!/apps/*/i*/native/default.pbxuser |
| 35 | +/apps/*/i*/native/*.mode1v3 |
| 36 | +!/apps/*/i*/native/efault.mode1v3 |
| 37 | +/apps/*/i*/native/*.mode2v3 |
| 38 | +!/apps/*/i*/native/default.mode2v3 |
| 39 | +/apps/*/i*/native/*.perspectivev3 |
| 40 | +!/apps/*/i*/native/default.perspectivev3 |
| 41 | +/apps/*/i*/native/xcuserdata |
| 42 | +/apps/*/i*/native/*.xccheckout |
| 43 | +/apps/*/i*/native/*.moved-aside |
| 44 | +/apps/*/i*/native/DerivedData |
| 45 | +/apps/*/i*/native/*.hmap |
| 46 | +/apps/*/i*/native/*.ipa |
| 47 | +/apps/*/i*/native/*.xcuserstate |
| 48 | + |
| 49 | +# Injected by the command-line tools |
| 50 | +derby.log |
| 51 | + |
| 52 | +# |
| 53 | +# END mfp-gitignore rules |
| 54 | +# |
0 commit comments