Skip to content

Commit

Permalink
added obj icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrgove10 committed Dec 21, 2018
1 parent 64d02bf commit ee01d66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/obj.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,5 +771,12 @@ export const fileIcons: FileIcons = {
{ name: 'asciidoc', fileExtensions: ['ad', 'adoc', 'asciidoc'] },
{ name: 'istanbul', fileNames: ['.nycrc', '.nycrc.json'] },
{ name: 'edge', fileExtensions: ['edge'] },
{
name: 'obj',
fileExtensions: [
'stl',
'obj'
]
},
]
};

0 comments on commit ee01d66

Please sign in to comment.