aboutsummaryrefslogtreecommitdiff
path: root/5pxweb.sublime-project
blob: 0ccb1bdc4d29f3bd7f6b5840d9d8eabc7b66d244 (plain)
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"]
        }
    ]
}