-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapping.json
More file actions
84 lines (84 loc) · 1.56 KB
/
mapping.json
File metadata and controls
84 lines (84 loc) · 1.56 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"software": {
"extensions": [
".c",
".cpp",
".py",
".java",
".js",
".ts",
".tsx",
".html",
".css",
".scala",
".go",
".rb",
".sh",
".bat",
".ps1",
".xml",
".json",
".yaml",
".config",
".ini",
".yml"
],
"licenses": [
"GPL-3.0",
"GPL-3.0-or-later",
"MIT",
"Apache-2.0",
"LGPL-3.0"
]
},
"documentation": {
"extensions": [
".txt",
".md",
".rst",
".docx",
".odt",
".pdf"
],
"licenses": [
"CC-BY-4.0",
"CC-BY-SA-4.0",
"GFDL"
]
},
"multimedia": {
"extensions": [
".jpg",
".png",
".gif",
".svg",
".mp4",
".avi",
".mov",
".mp3",
".wav",
".aac"
],
"licenses": [
"CC-BY-4.0",
"CC-BY-SA-4.0",
"CC0"
]
},
"data_sets_and_models": {
"extensions": [
".csv",
".xlsx",
".json",
".sql",
".h5",
".pb",
".pt"
],
"licenses": [
"CC0",
"Apache-2.0",
"MIT"
]
}
}