1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00
joplin/joplin.sublime-project

47 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-12-10 22:37:19 +00:00
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
2017-02-03 21:44:51 +00:00
"var",
2017-05-07 22:02:17 +01:00
"vendor",
"QtClient/build-JoplinQtClient-Visual_C_32_bits-Debug",
"QtClient/data/resources",
"app/data/uploads",
"CliClient/node_modules",
"CliClient/build",
"CliClient/app/src",
2017-05-07 22:02:17 +01:00
"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 21:44:51 +00:00
],
2017-05-07 22:02:17 +01:00
"file_exclude_patterns": [
"*.pro.user",
"*.pro.user.*",
2017-06-07 20:21:04 +01:00
"*.iml",
"CliClient/app/src",
2017-05-07 22:02:17 +01:00
]
2016-12-10 22:37:19 +00:00
}
2016-12-22 22:35:35 +01:00
],
2017-05-07 22:02:17 +01: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-10 22:37:19 +00:00
}