Skip to content

Commit

Permalink
Added authors icon (references #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 21, 2018
1 parent 3de2107 commit ca7c940
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions icons/authors.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export const fileIcons: FileIcons = {
name: 'markdown',
fileExtensions: [
'md',
'md.rendered',
'markdown',
'markdown.rendered',
'rst'
]
},
Expand Down Expand Up @@ -223,11 +221,9 @@ export const fileIcons: FileIcons = {
fileNames: [
'license',
'license.md',
'license.md.rendered',
'license.txt',
'licence',
'licence.md',
'licence.md.rendered',
'licence.txt'
]
},
Expand Down Expand Up @@ -574,16 +570,20 @@ export const fileIcons: FileIcons = {
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js', 'babel.config.js'] },
{
name: 'contributing',
fileNames: ['contributing.md', 'contributing.md.rendered']
fileNames: ['contributing.md']
},
{ name: 'readme', fileNames: ['readme.md', 'readme.md.rendered'] },
{ name: 'readme', fileNames: ['readme.md', 'readme.txt', 'readme'] },
{
name: 'changelog',
fileNames: ['changelog', 'changelog.md', 'changelog.md.rendered']
fileNames: ['changelog', 'changelog.md', 'changelog.txt']
},
{
name: 'credits',
fileNames: ['authors', 'authors.md', 'authors.txt', 'credits', 'credits.txt', 'credits.md', 'credits.md.rendered']
fileNames: ['credits', 'credits.txt', 'credits.md']
},
{
name: 'authors',
fileNames: ['authors', 'authors.md', 'authors.txt']
},
{ name: 'flow', fileNames: ['.flowconfig'] },
{ name: 'favicon', fileNames: ['favicon.ico'] },
Expand Down Expand Up @@ -630,7 +630,7 @@ export const fileIcons: FileIcons = {
},
{
name: 'conduct',
fileNames: ['code_of_conduct.md', 'code_of_conduct.md.rendered']
fileNames: ['code_of_conduct.md', 'code_of_conduct.txt']
},
{ name: 'watchman', fileNames: ['.watchmanconfig'] },
{ name: 'aurelia', fileNames: ['aurelia.json'] },
Expand Down

0 comments on commit ca7c940

Please sign in to comment.