File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
python-standard-library/extension-separator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1111 "ico" : "images" ,
1212 "gif" : "images" ,
1313 "svg" : "images" ,
14+ "jfif" : "images" ,
1415 "sql" : "sql" ,
1516 "exe" : "programs" ,
1617 "msi" : "programs" ,
1718 "pdf" : "pdf" ,
19+ "epub" : "epub" ,
1820 "xlsx" : "excel" ,
1921 "csv" : "excel" ,
2022 "rar" : "archive" ,
2123 "zip" : "archive" ,
2224 "gz" : "archive" ,
2325 "tar" : "archive" ,
26+ "7z" : "archive" ,
2427 "docx" : "word" ,
2528 "torrent" : "torrent" ,
2629 "txt" : "text" ,
30+ "log" : "text" ,
31+ "md" : "text" ,
2732 "ipynb" : "python" ,
2833 "py" : "python" ,
2934 "pptx" : "powerpoint" ,
3439 "m3u8" : "video" ,
3540 "webm" : "video" ,
3641 "ts" : "video" ,
42+ "avi" : "video" ,
3743 "json" : "json" ,
3844 "css" : "web" ,
3945 "js" : "web" ,
4046 "html" : "web" ,
47+ "webp" : "web" ,
4148 "apk" : "apk" ,
4249 "sqlite3" : "sqlite3" ,
4350}
You can’t perform that action at this time.
0 commit comments