forked from FALsGames/giles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
giles.sublime-project
50 lines (50 loc) · 1021 Bytes
/
giles.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
{
"folders":
[
{
"path": "Assets/GILES",
"file_exclude_patterns":
[
"*.unity",
"*.guiskin",
"*.dll",
"*.meta" ,
"*.prefab" ,
"*.anim",
"*.physicMaterial",
"*.flare" ,
"*.cubemap" ,
"*.font" ,
"*.fontsettings" ,
"*.renderTexture"
],
"folder_exclude_patterns":
[
"Resources"
]
},
{
"path":"Assets/Tests",
"file_exclude_patterns":
[
"*.meta"
]
},
{
"path":"docs"
},
{
"path":".",
"folder_exclude_patterns":
[
"*"
],
"file_exclude_patterns":
[
"*.csproj",
"*.sln",
"*.png"
]
}
]
}