mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
47 lines
1.1 KiB
Plaintext
Executable File
47 lines
1.1 KiB
Plaintext
Executable File
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"folder_exclude_patterns": [
|
|
"var",
|
|
"vendor",
|
|
"QtClient/build-JoplinQtClient-Visual_C_32_bits-Debug",
|
|
"QtClient/data/resources",
|
|
"app/data/uploads",
|
|
"CliClient/node_modules",
|
|
"CliClient/build",
|
|
"CliClient/app/src",
|
|
"ReactNativeClient/node_modules",
|
|
"ReactNativeClient/android/app/build",
|
|
"ReactNativeClient/android/build",
|
|
"ReactNativeClient/android/.idea",
|
|
"ReactNativeClient/android/.gradle",
|
|
"ReactNativeClient/android/local.properties",
|
|
"ReactNativeClient/ios"
|
|
],
|
|
"file_exclude_patterns": [
|
|
"*.pro.user",
|
|
"*.pro.user.*",
|
|
"*.iml",
|
|
"CliClient/app/src",
|
|
]
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|