GitIgnore File for konyvisualizer

Create a .gitignore file to tell git which files or folders to ignore in your konyvisualizer project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### KonyVisualizer ###
# Below list few files not added to gitignore list to support Headless/CI build

# 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 Ex:*.apk,*.KAR,
binaries/

# Other Visualizer auto-generated files.
/.webmeta
/.meta
middleware.properties
modules/kony_sdk.js
modules/KonySyncLib.js


# 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/

# The missing sdkplugin.properties will regenerate below files
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
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
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

# Visualizer headless build configuration files
HeadlessBuild.properties
HeadlessBuild-Global.properties

# Out-of-the-box NFI bindings for Sync
/nativeapi.json
/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

# 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.

# A Single Sign-On FFI that gets bundled with each project and is auto-generated by Visualizer with each build.

# A utility FFI that gets bundled with each project and is auto-generated by Visualizer with each build.

# 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

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download konyvisualizer.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from konyvisualizer Project

Below list few files not added to gitignore list to support Headless/CI build

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.

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.

Binaries Ex:*.apk,*.KAR,

Other Visualizer auto-generated files.

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.

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.

The missing sdkplugin.properties will regenerate below files

Visualizer headless build configuration files

Out-of-the-box NFI bindings for Sync

Auxiliary files generated during a build to expose the widget ID's for testing.

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`.

When using the "Nitro" Cordova integration, the Cordova `plugins` and `platforms`

directories can be ignored as with any Cordova project.

Auto-generated temporary internationalization files.

Logs created by building from the command line.

A Logger FFI that gets bundled with each project and is auto-generated by Visualizer with each build.

A Single Sign-On FFI that gets bundled with each project and is auto-generated by Visualizer with each build.

A utility FFI that gets bundled with each project and is auto-generated by Visualizer with each build.

Auto-generated project setting files. Generated the first time you save project settings, even if no changes were made.

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.