Skip to content

Commit

Permalink
add 'inc' to 'folder-include' folder names (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti authored Apr 19, 2021
1 parent afc4970 commit b04e99a
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 @@ -185,7 +185,7 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-include',
folderNames: ['include', 'includes', '_includes'],
folderNames: ['include', 'includes', '_includes', 'inc'],
},
{
name: 'folder-docker',
Expand Down

0 comments on commit b04e99a

Please sign in to comment.