aboutsummaryrefslogtreecommitdiff
path: root/5pxweb.sublime-project
blob: a7e5c7aa97ac2f8f717e6bc8c2b9b210a72e6f04 (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", "*.scss"]
        }
    ]
}