File tree 1 file changed +7
-0
lines changed
python-standard-library/extension-separator
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
11
"ico" : "images" ,
12
12
"gif" : "images" ,
13
13
"svg" : "images" ,
14
+ "jfif" : "images" ,
14
15
"sql" : "sql" ,
15
16
"exe" : "programs" ,
16
17
"msi" : "programs" ,
17
18
"pdf" : "pdf" ,
19
+ "epub" : "epub" ,
18
20
"xlsx" : "excel" ,
19
21
"csv" : "excel" ,
20
22
"rar" : "archive" ,
21
23
"zip" : "archive" ,
22
24
"gz" : "archive" ,
23
25
"tar" : "archive" ,
26
+ "7z" : "archive" ,
24
27
"docx" : "word" ,
25
28
"torrent" : "torrent" ,
26
29
"txt" : "text" ,
30
+ "log" : "text" ,
31
+ "md" : "text" ,
27
32
"ipynb" : "python" ,
28
33
"py" : "python" ,
29
34
"pptx" : "powerpoint" ,
34
39
"m3u8" : "video" ,
35
40
"webm" : "video" ,
36
41
"ts" : "video" ,
42
+ "avi" : "video" ,
37
43
"json" : "json" ,
38
44
"css" : "web" ,
39
45
"js" : "web" ,
40
46
"html" : "web" ,
47
+ "webp" : "web" ,
41
48
"apk" : "apk" ,
42
49
"sqlite3" : "sqlite3" ,
43
50
}
You can’t perform that action at this time.
0 commit comments