parent
330b3d951f
commit
701cf9dc95
@ -1,7 +1,33 @@ |
|||||||
{ |
{ |
||||||
"zip": "Compressed Folder", |
"zip": "Compressed Folder", |
||||||
"js": "JavaScript File", |
"js": "JavaScript File", |
||||||
"lnk": "Shortcut", |
"lnk": "Shortcut (.lnk)", |
||||||
"url": "Shortcut", |
"url": "Shortcut (.url)", |
||||||
"ini": ".ini Config File" |
"ini": ".ini Config File", |
||||||
|
"html": "HTML Web Document", |
||||||
|
"css": "CSS Stylesheet", |
||||||
|
"json": "JS Obj. Notation File", |
||||||
|
"gitignore": "SCM Config File", |
||||||
|
"bat": "Win. CMD Executable", |
||||||
|
"md": "Markdown File", |
||||||
|
"jshintrc": "JS Linter Config File", |
||||||
|
"py": "Python Source File", |
||||||
|
"txt": "Text File", |
||||||
|
"docx": "Word Document", |
||||||
|
"mp4": ".mp4 Video File", |
||||||
|
"mp3": ".mp3 Audio File", |
||||||
|
"ogg": "OGG Audio File", |
||||||
|
"wav": ".wav Audio File", |
||||||
|
"mov": ".mov Video File", |
||||||
|
"png": "Portable Network Graphic", |
||||||
|
"jpg": "JPG Image", |
||||||
|
"gif": "Animated Image (.gif)", |
||||||
|
"svg": ".svg Image", |
||||||
|
"jar": "Java Executable", |
||||||
|
"msi": "Windows Installer", |
||||||
|
"exe": "Windows Application", |
||||||
|
"pdf": "Portable Document File", |
||||||
|
"der": "Certificate", |
||||||
|
"7z": "Compressed Folder (7zip)", |
||||||
|
"7zip": "Compressed Folder (7zip)" |
||||||
} |
} |
Loading…
Reference in new issue