-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
156 lines (129 loc) · 6.25 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Auto-generated javascript. It's important to note that jssrc at the project root
# can be ignored, but resources/customlibs/jsSrc must NOT be ignored because it stores
# FFI binding code which can only be generated during development.
/jssrc/*
!/resources/customlibs/jsSrc
# Starting with Visualizer 8.0 the Ant Contrib Jar used for the build process will
# be regenerated when the build is fired. If you're using Visualizer 7.x then comment out
# this line. Vis 7.x will not regenerate this jar and ignoring it will break your project.
ant-contrib-0.6.jar
# Binaries.
/binaries
*.apk
*.KAR
# Starting with Vis 7.3 the /sdkplugin.properties file has been moved to
# `/resources/customlibs/sdkplugin.properties` and can be automatically re-created by Vis
# during the build, provided that folder `resources/customlibs` exists -consider adding a `.gitkeep` file to it
# in order to force it into source control.
resources/customlibs/sdkplugin.properties
# The jar's and zip's under these directories can be ignored so long as
# sdkplugin.properties (See above) is also ignored. The missing sdkplugin.properties will
# trigger the regeneration of these jar's and zip's during the build.
resources/customlibs/lib/android/
resources/customlibs/lib/tabrcandroid/
resources/customlibs/lib/iphone/
resources/customlibs/lib/ipad/
resources/customlibs/lib/windows10/
resources/customlibs/lib/winphone10/
# Other Visualizer auto-generated files.
/.meta
/middleware.properties
# IMPORTANT: This must NEVER be placed in SCM because it stores the app's key and secret.
/mBaas.properties
# Visualizer headless build configuration files
HeadlessBuild.properties
HeadlessBuild-Global.properties
# Do not ignore this file. It stores mappings for all NFI's. The out-of-the-box
# NFI's can be regenerated during build, but the user-defined ones can't, so this
# file is necessary if the project uses user-defined NFI's.
!/nativeapi.json
# Out-of-the-box NFI bindings for the standard SDK.
/nativebindings/Android/*/Kony_SDKCommons-Android-*.zip
/nativebindings/iOS/*/Kony_SDKCommons-iOS-*.zip
# Out-of-the-box NFI bindings for Sync
/nativebindings/Android/*/Kony_SyncV2-Android-*.zip
/nativebindings/Android/*/Kony_SyncV2-Android-*/tern.json
/nativebindings/iOS/*/Kony_SyncV2-iOS-*.zip
/nativebindings/iOS/*/Kony_SyncV2-iOS-*/tern.json
# Out-of-the-box NFI bindings for File Storage, from v8 SP4 onwards
/nativebindings/Android/*/Kony_FileStorage-Android-*.zip
/nativebindings/Android/*/Kony_FileStorage-Android-*/tern.json
/nativebindings/iOS/*/Kony_FileStorage-iOS-*.zip
/nativebindings/iOS/*/Kony_FileStorage-iOS-*/tern.json
# Out-of-the-box Kony SDK Commons
/nativebindings/Android/4.0/Kony_SDKCommons-Android-*
/nativebindings/iOS/*/Kony_SDKCommons-iOS-*
# Auxiliary files generated during a build to expose the widget ID's for testing.
resources/mobile/native/android/values/widgetids.xml
resources/tablet/native/androidtab/values/widgetids.xml
# NPM dependencies folder which gets created for apps using the "Nitro" Cordova integration
# when you choose NOT to use a globally installed Cordova SDK by unchecking
# `Project Settings>Application>Cordova Settings>Use globally installed Cordova version`.
node_modules
# When using the "Nitro" Cordova integration, the Cordova `plugins` and `platforms`
# directories can be ignored as with any Cordova project.
cordovatemp
web/cordova/plugins
web/cordova/platforms
# Auto-generated temporary internationalization files.
resources/i18n/
# Logs created by building from the command line.
velocity.log
# A Logger FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_KonyLogger.java
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_KonyLogger.java
resources/customlibs/jsSrc/kiosk/KonyLogger.js
resources/customlibs/jsSrc/kiosk/KonyLogger.xml
resources/customlibs/jsSrc/windows8/KonyLogger.js
resources/customlibs/jsSrc/windows8/KonyLogger.xml
resources/customlibs/jsSrc/winmobile/KonyLogger.js
resources/customlibs/jsSrc/winmobile/KonyLogger.xml
resources/customlibs/jsSrc/winphone8/KonyLogger.js
resources/customlibs/jsSrc/winphone8/KonyLogger.xml
resources/customlibs/jsSrc/winphone81s/KonyLogger.js
resources/customlibs/jsSrc/winphone81s/KonyLogger.xml
resources/customlibs/jsXml/KonyLogger.js
resources/customlibs/jsXml/KonyLogger.xml
# A Single Sign-On FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
resources/customlibs/jsSrc/kiosk/SSOFFI.js
resources/customlibs/jsSrc/kiosk/SSOFFI.xml
resources/customlibs/jsSrc/windows8/SSOFFI.js
resources/customlibs/jsSrc/windows8/SSOFFI.xml
resources/customlibs/jsSrc/winmobile/SSOFFI.js
resources/customlibs/jsSrc/winmobile/SSOFFI.xml
resources/customlibs/jsSrc/winphone8/SSOFFI.js
resources/customlibs/jsSrc/winphone8/SSOFFI.xml
resources/customlibs/jsSrc/winphone81s/SSOFFI.js
resources/customlibs/jsSrc/winphone81s/SSOFFI.xml
resources/customlibs/jsXml/SSOFFI.js
resources/customlibs/jsXml/SSOFFI.xml
# A utility FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
resources/customlibs/jsSrc/android/com/konylabs/ffi/ND_binary_util.java
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_binarydata.java
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/ND_binary_util.java
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_binarydata.java
resources/customlibs/jsXml/binary.util.js
resources/customlibs/jsXml/binary.util.xml
resources/customlibs/jsXml/binarydata.js
resources/customlibs/jsXml/binarydata.xml
# Offline objects stuff
resources/customlibs/jsSrc/*/WindowsOfflineObjects.*
resources/customlibs/jsXml/*/WindowsOfflineObjects.*
resources/customlibs/lib/sdkcommon/offlineobjects.zip
# Auto-generated project setting files. Generated the first time you save project settings, even if no changes were made.
/_clouddata/
/appSettings.xml
/context.properties
/defaults/
/projectsplash.xml
/windowsViews.xml
# Sync code bundle, downloaded from the Sync server, but then extracted and versioned thereafter.
syncclientcode.zip
# Log files
*.log
# App preview and Vis review annotations
/annotations
# Vis copies every font from every channel to the fonts root folder at build time.
/resources/*.ttf
# Viskit code review tool. Read more at https://www.npmjs.com/package/viskit
/.viskit