-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtemplate.sublime-project
More file actions
61 lines (61 loc) · 848 Bytes
/
template.sublime-project
File metadata and controls
61 lines (61 loc) · 848 Bytes
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
55
56
57
58
59
60
61
{
"folders":
[
{
"file_exclude_patterns":
[
"*.log",
"*.out",
"*.svg",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.ist",
"*.synctex.gz",
"*.aux",
"*fdb_latexmk",
"*.pdf",
"*.toc",
"*.sublime-workspace",
"*.log",
"*.aux",
"*.toc",
"*.out",
"*.fdb_*",
"*.gz",
"*.bbl",
"*.bcf",
"*.blg",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.ist",
"*.glsdefs",
"*.run.xml",
"*.xdy",
"*.600pk",
"*.mf",
"*.tfm",
"*.mp",
"*.t1"
],
"follow_symlinks": true,
"path": "."
},
{
"follow_symlinks": true,
"path": "exampleimages/makePNGs.workflow"
}
],
"settings":
{
"dictionary": "Packages/Language - English/en_US.dic",
"spell_check": true
}
}