1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"folders":
[
{
"path": ".",
"file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw",
"playabilities.raw", "smaller.raw", ".gitattributes",
"*.Debug", "*.Release", "*.pfx", "*.cer"],
"folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica",
"strategy", "debug", "release", "makeswelexicon", "lisp"]
}
]
}
|