Skip to content

Commit

Permalink
Add githooks folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 10, 2019
1 parent f21c56b commit b5047d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-docs', folderNames: ['doc', 'docs', 'documents', 'documentation', 'post', 'posts'] },
{
name: 'folder-git',
folderNames: ['.git', 'submodules', '.submodules']
folderNames: ['.git', 'githooks', '.githooks', 'submodules', '.submodules']
},
{ name: 'folder-github', folderNames: ['.github'] },
{ name: 'folder-gitlab', folderNames: ['.gitlab'] },
Expand Down

0 comments on commit b5047d7

Please sign in to comment.