diff --git a/.gitattributes b/.gitattributes index 777afb0..822f847 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,9 +19,8 @@ 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 the file where Visualizer stores the Fabric services config. -mobileFabricServiceConfigMap.json filter=pretty_json -objectServicesConfigMap.json filter=pretty_json +# 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 diff --git a/.gitignore b/.gitignore index 09f43d4..0cde662 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,6 @@ syncclientcode.zip # Snapshots of the Kony Fabric app services associated with the project. /mobileFabricServiceConfigMap.json /objectServicesConfigMap.json + +# Action editor generated javascript files are recreated by Vis. Only the JSON files need to be versioned. +/actions/*/*.js