-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitattributes
26 lines (20 loc) · 1.07 KB
/
.gitattributes
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
#############################################################
# From https://github.com/mig82/visualizer-and-git #
# @Author: Miguelangel Fernandez #
#############################################################
# Project settings.
projectProperties.json filter=kony_projectProperties
projectprop.xml filter=kony_projectprop
# Filter all forms and their widgets, as well as widgets in templates and custom widgets or components.
forms/**/*.sm/*.json filter=kony_views
popups/**/*.sm/*.json filter=kony_views
templates/**/*.sm/*.json filter=kony_views
userwidgets/**/*.sm/*.json filter=kony_views
# If you choose to version HeadlessBuild.properties file, then any passwords from it.
HeadlessBuild.properties filter=kony_headless_props
# Clean javascript files from all lines containing nothing but white spaces and tabs.
#modules/**/*.js filter=rm_whiteline
# Prettify and sort other config files.
globalVariables.json filter=pretty_json
# Filter out the url and filepath properties in Native API mappings.
nativeapi.json filter=kony_native_api_json