-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmain.sublime-project
54 lines (54 loc) · 1.4 KB
/
main.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
54
{
"folders":
[
{
"path": "packages/authx",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/http-proxy-client",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/http-proxy-web",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/http-proxy-resource",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/interface",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/scopes",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/strategy-email",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/strategy-openid",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/strategy-password",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/strategy-saml",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": "packages/tools",
"folder_exclude_patterns": ["**/node_modules", "**/dist"]
},
{
"path": ".",
"folder_exclude_patterns": ["**/node_modules", "**/dist", "packages"],
"name": "root"
}
]
}