joplin/joplin.sublime-project

33 lines
712 B
Plaintext
Raw Normal View History

2016-12-10 22:37:19 +00:00
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
"CliClient/node_modules",
"CliClient/build",
2017-06-13 22:39:45 +00:00
"CliClient/tests-build",
"CliClient/app/src",
2017-06-27 20:16:03 +00:00
"CliClient/app/lib",
2017-06-13 22:39:45 +00:00
"CliClient/tests/src",
2017-07-03 18:29:19 +00:00
"CliClient/tests/fuzzing",
2017-07-03 22:08:14 +00:00
"CliClient/tests/fuzzing -*",
2017-05-07 21:02:17 +00:00
"ReactNativeClient/node_modules",
"ReactNativeClient/android/app/build",
"ReactNativeClient/android/build",
"ReactNativeClient/android/.idea",
"ReactNativeClient/android/.gradle",
"ReactNativeClient/android/local.properties",
2017-06-24 17:46:14 +00:00
"ReactNativeClient/ios",
"_vieux",
2017-02-03 21:44:51 +00:00
],
2017-05-07 21:02:17 +00:00
"file_exclude_patterns": [
2017-06-13 20:58:17 +00:00
"*.map",
2017-06-07 19:21:04 +00:00
"CliClient/app/src",
2017-06-24 18:06:28 +00:00
"CliClient/app/lib",
2017-06-24 17:46:14 +00:00
"*.jar",
2017-05-07 21:02:17 +00:00
]
2016-12-10 22:37:19 +00:00
}
2017-05-07 21:02:17 +00:00
]
2016-12-10 22:37:19 +00:00
}