-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfiles.json
More file actions
34 lines (34 loc) · 894 Bytes
/
files.json
File metadata and controls
34 lines (34 loc) · 894 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
{
"250824": // steamvr content
[
"regex:.+?\\.(vdf|kv3|txt|cfg|lst|db|jpg|png|gif|svg|inf|gi|fgd|lua|json|js|ts|css|html|vrdrivermanifest|vrfirmware|vrmanifest|vrresources|vrsettings)"
],
"250827": // steamvr content 2
[
"regex:.+?\\.(vdf|kv3|txt|cfg|lst|db|jpg|png|gif|inf|gi|fgd|lua|json|js|ts|html)"
],
"250830": // steamvr environments content
[
"regex:.+?\\.(vdf|kv3|txt|cfg|lst|db|jpg|png|gif|inf|gi|fgd|lua|json|js|ts|html)",
"regex:.+?asset_info\\.bin",
"regex:.+?_dir\\.vpk",
],
"250833": // steamvr environments tools
[
"regex:.+?\\.(vdf|kv3|txt|cfg|lst|db|jpg|png|gif|inf|gi|fgd|lua|json|js|ts|html)",
"regex:.+?asset_info\\.bin",
],
"250821": // steamvr windows
[
"regex:.+?\\.(dll|exe)",
],
"250823": // steamvr linux
[
"regex:.+?\\.(so|sh)",
],
"250832": // steamvr environments linux
[
"regex:.+?\\.(so|sh)",
"regex:.+?_dir\\.vpk",
],
}