-
Notifications
You must be signed in to change notification settings - Fork 0
/
paths.json
52 lines (52 loc) · 1.32 KB
/
paths.json
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
{
"/comps/both/*": [
"/comps/both/Both.ls",
"/comps/both/Button.ls",
"/comps/both/Checkbox.ls",
"/comps/both/Dropdown.ls",
"/comps/both/Icon.ls",
"/comps/both/InputGroup.ls",
"/comps/both/Menu.ls",
"/comps/both/Menubar.ls",
"/comps/both/NumberInput.ls",
"/comps/both/PasswordInput.ls",
"/comps/both/Popover.ls",
"/comps/both/Radio.ls",
"/comps/both/Select.ls",
"/comps/both/Slider.ls",
"/comps/both/Switch.ls",
"/comps/both/Table.ls",
"/comps/both/Textarea.ls",
"/comps/both/TextInput.ls"
],
"/comps/main/!(OS.ls)": [
"/comps/main/Task.ls"
],
"/comps/frme/*": [
"/comps/frme/Frme.ls"
],
"/C/apps/*": [
"/C/apps/CodeEditor",
"/C/apps/FileManager",
"/C/apps/HomeTray",
"/C/apps/ImageViewer",
"/C/apps/OpenWith",
"/C/apps/PanelTray",
"/C/apps/ParticleLife",
"/C/apps/PDFViewer",
"/C/apps/Popup",
"/C/apps/Settings",
"/C/apps/TaskManager",
"/C/apps/Terminal",
"/C/apps/Test",
"/C/apps/TextEditor"
],
"/C/{*,!(apps)/**}": [
"/C/apps",
"/C/helloworld.pdf",
"/C/images",
"/C/images/background",
"/C/images/background/gradient-blue-pink.jpg",
"/C/images/background/man-near-torii-gate.jpg"
]
}