Skip to content

Instantly share code, notes, and snippets.

@zeropaper
Last active August 29, 2015 14:03
Show Gist options
  • Save zeropaper/fe4d37dcc96f8f9c4c56 to your computer and use it in GitHub Desktop.
Save zeropaper/fe4d37dcc96f8f9c4c56 to your computer and use it in GitHub Desktop.
SublimeText project for working on camunda BPM webapp (clone the repositories in the same folder as this file)
{
"folders":
[
{
"name": "SDK",
"path": "camunda-bpm-sdk-js",
"folder_exclude_patterns": [
"dist",
"example",
"doc",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
},
{
"name": "Webapp",
"path": "camunda-bpm-webapp",
"folder_exclude_patterns": [
"core",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
},
{
"name": "UI commons",
"path": "camunda-commons-ui",
"folder_exclude_patterns": [
"dist",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
},
{
"name": "Cockpit",
"path": "camunda-cockpit-ui",
"folder_exclude_patterns": [
"dist",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
},
{
"name": "Cockpit plugin base",
"path": "camunda-cockpit-plugin-base",
"folder_exclude_patterns": [
"dist",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
},
{
"name": "Tasklist",
"path": "camunda-tasklist-ui",
"folder_exclude_patterns": [
"doc",
"dist",
"bower_components",
".bower_packages",
"mvn",
"selenium",
"node_modules"
],
"file_exclude_patterns": [
"LICENSE",
".*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment