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