Skip to content

Commit 5548fc9

Browse files
committed
updated sublime project settings
1 parent dfb2011 commit 5548fc9

1 file changed

Lines changed: 30 additions & 6 deletions

File tree

cloud-playground.sublime-project

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
{
22
"folders":
33
[
4-
{
5-
"path": "/fred/src/cloud-playground.bliss",
6-
"folder_exclude_patterns": [".chrome-*", "test_out", "*.pyc", "api-python-client"]
7-
}
8-
]
9-
}
4+
{
5+
"path": "/fred/src/cloud-playground.bliss",
6+
"name": "bliss",
7+
"folder_exclude_patterns":
8+
[
9+
".chrome-*",
10+
"test_out",
11+
"*.pyc",
12+
"api-python-client",
13+
"bootstrap",
14+
"mimic",
15+
"codemirror"
16+
],
17+
"file_exclude_patterns": ["*.sublime-*"]
18+
19+
},
20+
{
21+
"path": "mimic",
22+
"name": "mimic",
23+
"folder_exclude_patterns": [
24+
"*.pyc"
25+
]
26+
},
27+
{
28+
"path": "bootstrap/docs/assets/css",
29+
"name":"bootstrap-css",
30+
"file_exclude_patterns": ["docs.css"]
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)