Skip to content

Commit

Permalink
Add passwd file icon (Closes #838)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 3, 2020
1 parent 27d727c commit 7798e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const fileIcons: FileIcons = {
},
{
name: 'key',
fileExtensions: ['pub', 'key', 'pem', 'asc', 'gpg'],
fileExtensions: ['pub', 'key', 'pem', 'asc', 'gpg', 'passwd'],
fileNames: ['.htpasswd'],
},
{
Expand Down

0 comments on commit 7798e4d

Please sign in to comment.