Skip to content

Commit 49e88c2

Browse files
1 parent 4fb0414 commit 49e88c2

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

templates/KonyVisualizer.gitignore

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# Below list few files not added to gitignore list to support Headless/CI build
2+
3+
# Auto-generated javascript. It's important to note that jssrc at the project root
4+
# can be ignored, but resources/customlibs/jsSrc must NOT be ignored because it stores
5+
# FFI binding code which can only be generated during development.
6+
/jssrc/*
7+
!/resources/customlibs/jsSrc
8+
9+
# Starting with Visualizer 8.0 the Ant Contrib Jar used for the build process will
10+
# be regenerated when the build is fired. If you're using Visualizer 7.x then comment out
11+
# this line. Vis 7.x will not regenerate this jar and ignoring it will break your project.
12+
ant-contrib-0.6.jar
13+
14+
# Binaries Ex:*.apk,*.KAR,
15+
binaries/
16+
17+
# Other Visualizer auto-generated files.
18+
/.webmeta
19+
/.meta
20+
middleware.properties
21+
modules/kony_sdk.js
22+
modules/KonySyncLib.js
23+
24+
25+
# Starting with Vis 7.3 the /sdkplugin.properties file has been moved to
26+
# `/resources/customlibs/sdkplugin.properties` and can be automatically re-created by Vis
27+
# during the build, provided that folder `resources/customlibs` exists -consider adding a `.gitkeep` #file to it in order to force it into source control.
28+
resources/customlibs/sdkplugin.properties
29+
30+
# The jar's and zip's under these directories can be ignored so long as
31+
# sdkplugin.properties (See above) is also ignored. The missing sdkplugin.properties will
32+
# trigger the regeneration of these jar's and zip's during the build.
33+
resources/customlibs/lib/android/
34+
resources/customlibs/lib/tabrcandroid/
35+
resources/customlibs/lib/iphone/
36+
resources/customlibs/lib/ipad/
37+
resources/customlibs/lib/windows10/
38+
resources/customlibs/lib/winphone10/
39+
40+
# The missing sdkplugin.properties will regenerate below files
41+
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_KonyLogger.java
42+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_KonyLogger.java
43+
resources/customlibs/jsSrc/kiosk/KonyLogger.js
44+
resources/customlibs/jsSrc/kiosk/KonyLogger.xml
45+
resources/customlibs/jsSrc/windows8/KonyLogger.js
46+
resources/customlibs/jsSrc/windows8/KonyLogger.xml
47+
resources/customlibs/jsSrc/winmobile/KonyLogger.js
48+
resources/customlibs/jsSrc/winmobile/KonyLogger.xml
49+
resources/customlibs/jsSrc/winphone8/KonyLogger.js
50+
resources/customlibs/jsSrc/winphone8/KonyLogger.xml
51+
resources/customlibs/jsSrc/winphone81s/KonyLogger.js
52+
resources/customlibs/jsSrc/winphone81s/KonyLogger.xml
53+
resources/customlibs/jsXml/KonyLogger.js
54+
resources/customlibs/jsXml/KonyLogger.xml
55+
resources/customlibs/jsSrc/kiosk/SSOFFI.js
56+
resources/customlibs/jsSrc/kiosk/SSOFFI.xml
57+
resources/customlibs/jsSrc/windows8/SSOFFI.js
58+
resources/customlibs/jsSrc/windows8/SSOFFI.xml
59+
resources/customlibs/jsSrc/winmobile/SSOFFI.js
60+
resources/customlibs/jsSrc/winmobile/SSOFFI.xml
61+
resources/customlibs/jsSrc/winphone8/SSOFFI.js
62+
resources/customlibs/jsSrc/winphone8/SSOFFI.xml
63+
resources/customlibs/jsSrc/winphone81s/SSOFFI.js
64+
resources/customlibs/jsSrc/winphone81s/SSOFFI.xml
65+
resources/customlibs/jsXml/SSOFFI.js
66+
resources/customlibs/jsXml/SSOFFI.xml
67+
resources/customlibs/jsSrc/android/com/konylabs/ffi/ND_binary_util.java
68+
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_binarydata.java
69+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/ND_binary_util.java
70+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_binarydata.java
71+
resources/customlibs/jsXml/binary.util.js
72+
resources/customlibs/jsXml/binary.util.xml
73+
resources/customlibs/jsXml/binarydata.js
74+
resources/customlibs/jsXml/binarydata.xml
75+
76+
# Visualizer headless build configuration files
77+
HeadlessBuild.properties
78+
HeadlessBuild-Global.properties
79+
80+
# Out-of-the-box NFI bindings for Sync
81+
/nativeapi.json
82+
/nativebindings/Android/*/Kony_SyncV2-Android-*.zip
83+
/nativebindings/Android/*/Kony_SyncV2-Android-*/tern.json
84+
/nativebindings/iOS/*/Kony_SyncV2-iOS-*.zip
85+
/nativebindings/iOS/*/Kony_SyncV2-iOS-*/tern.json
86+
87+
# Auxiliary files generated during a build to expose the widget ID's for testing.
88+
resources/mobile/native/android/values/widgetids.xml
89+
resources/tablet/native/androidtab/values/widgetids.xml
90+
91+
# NPM dependencies folder which gets created for apps using the "Nitro" Cordova integration
92+
# when you choose NOT to use a globally installed Cordova SDK by unchecking
93+
# `Project Settings>Application>Cordova Settings>Use globally installed Cordova version`.
94+
node_modules
95+
96+
# When using the "Nitro" Cordova integration, the Cordova `plugins` and `platforms`
97+
# directories can be ignored as with any Cordova project.
98+
cordovatemp
99+
web/cordova/plugins
100+
web/cordova/platforms
101+
102+
# Auto-generated temporary internationalization files.
103+
resources/i18n/
104+
105+
# Logs created by building from the command line.
106+
velocity.log
107+
108+
# A Logger FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
109+
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_KonyLogger.java
110+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_KonyLogger.java
111+
resources/customlibs/jsSrc/kiosk/KonyLogger.js
112+
resources/customlibs/jsSrc/kiosk/KonyLogger.xml
113+
resources/customlibs/jsSrc/windows8/KonyLogger.js
114+
resources/customlibs/jsSrc/windows8/KonyLogger.xml
115+
resources/customlibs/jsSrc/winmobile/KonyLogger.js
116+
resources/customlibs/jsSrc/winmobile/KonyLogger.xml
117+
resources/customlibs/jsSrc/winphone8/KonyLogger.js
118+
resources/customlibs/jsSrc/winphone8/KonyLogger.xml
119+
resources/customlibs/jsSrc/winphone81s/KonyLogger.js
120+
resources/customlibs/jsSrc/winphone81s/KonyLogger.xml
121+
resources/customlibs/jsXml/KonyLogger.js
122+
resources/customlibs/jsXml/KonyLogger.xml
123+
124+
# A Single Sign-On FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
125+
resources/customlibs/jsSrc/kiosk/SSOFFI.js
126+
resources/customlibs/jsSrc/kiosk/SSOFFI.xml
127+
resources/customlibs/jsSrc/windows8/SSOFFI.js
128+
resources/customlibs/jsSrc/windows8/SSOFFI.xml
129+
resources/customlibs/jsSrc/winmobile/SSOFFI.js
130+
resources/customlibs/jsSrc/winmobile/SSOFFI.xml
131+
resources/customlibs/jsSrc/winphone8/SSOFFI.js
132+
resources/customlibs/jsSrc/winphone8/SSOFFI.xml
133+
resources/customlibs/jsSrc/winphone81s/SSOFFI.js
134+
resources/customlibs/jsSrc/winphone81s/SSOFFI.xml
135+
resources/customlibs/jsXml/SSOFFI.js
136+
resources/customlibs/jsXml/SSOFFI.xml
137+
138+
# A utility FFI that gets bundled with each project and is auto-generated by Visualizer with each build.
139+
resources/customlibs/jsSrc/android/com/konylabs/ffi/ND_binary_util.java
140+
resources/customlibs/jsSrc/android/com/konylabs/ffi/N_binarydata.java
141+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/ND_binary_util.java
142+
resources/customlibs/jsSrc/tabrcandroid/com/konylabs/ffi/N_binarydata.java
143+
resources/customlibs/jsXml/binary.util.js
144+
resources/customlibs/jsXml/binary.util.xml
145+
resources/customlibs/jsXml/binarydata.js
146+
resources/customlibs/jsXml/binarydata.xml
147+
148+
# Auto-generated project setting files. Generated the first time you save project settings, even if no changes were made.
149+
/_clouddata/
150+
/appSettings.xml
151+
/context.properties
152+
/defaults/
153+
/projectsplash.xml
154+
/windowsViews.xml

0 commit comments

Comments
 (0)