1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/joplin.sublime-project

43 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-12-11 00:37:19 +02:00
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
2017-02-03 23:44:51 +02:00
"var",
2017-05-07 23:02:17 +02:00
"vendor",
"QtClient/build-JoplinQtClient-Visual_C_32_bits-Debug",
"QtClient/data/resources",
"app/data/uploads",
"ReactNativeClient/node_modules",
"ReactNativeClient/android/app/build",
"ReactNativeClient/android/build",
"ReactNativeClient/android/.idea",
"ReactNativeClient/android/.gradle",
"ReactNativeClient/android/local.properties",
"ReactNativeClient/ios"
2017-02-03 23:44:51 +02:00
],
2017-05-07 23:02:17 +02:00
"file_exclude_patterns": [
"*.pro.user",
"*.pro.user.*",
"*.iml"
]
2016-12-11 00:37:19 +02:00
}
2016-12-22 23:35:35 +02:00
],
2017-05-07 23:02:17 +02:00
"build_systems":
[
{
"name": "Build evernote-import",
"shell_cmd": "D:\\Programmes\\cygwin\\bin\\bash.exe --login D:\\Web\\www\\joplin\\QtClient\\evernote-import\\build.sh"
},
{
"name": "Qt Creator - Build and run",
"shell_cmd": "D:\\NonPortableApps\\AutoHotkey\\AutoHotkey.exe D:\\Docs\\PROGS\\AutoHotKey\\QtRun\\QtRun.ahk"
},
{
"name": "Build QtClient CLI - Linux",
"shell_cmd": "/home/laurent/src/notes/QtClient/JoplinQtClient/build.sh"
}
]
2016-12-11 00:37:19 +02:00
}