1
2
3
4
5
6
7
8
9
10
11
|
{
"folders":
[
{
"name": "All",
"path": ".",
"folder_exclude_patterns": ["*theos", "obj"],
"file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh"]
}
]
}
|