forked from Pagedraw/pagedraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagedraw.sublime-project
53 lines (53 loc) · 1.49 KB
/
pagedraw.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"folders":
[
{
"path": ".",
"binary_file_patterns":
[
"build/*",
"test-build/*",
"test-data/*",
"dist/*",
"venv/*",
"tmp/cache/*",
"docset.json",
"doctotest.json",
"e2e-tests/*.json",
"*.map",
"yarn.lock",
"default-playground-doc.json",
"google-web-fonts-list.json",
"compiler-blobs/*",
"metaserver/app/views/main/landing.html.erb",
"metaserver/app/views/main/pricing.html.erb",
"yarn-error.log",
"bootstrap-css.txt",
"editor-css.txt",
"src/pagedraw/*",
"bootstrap-namespaced.css",
"semantic-namespaced.css",
"cli/artifacts/*",
"*.png",
"*.sketch",
"*.woff"
],
"folder_exclude_patterns":
[
"node_modules",
"bower_components",
".git",
"namespaced-bootstrap",
"dist",
"vendor",
"bin/closurecompiler",
"sample-app",
"tmp/",
"site/",
"compiled-environs",
"test-data/docset",
"dump-files"
]
}
]
}