Skip to content

Commit

Permalink
Add icon for craco (#1774)
Browse files Browse the repository at this point in the history
* Add icon for craco

* Update craco file name list

* Update craco.svg
  • Loading branch information
Gu-Miao authored Dec 6, 2022
1 parent d6ea9c7 commit 54b16c3
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
45 changes: 45 additions & 0 deletions icons/craco.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2167,5 +2167,16 @@ export const fileIcons: FileIcons = {
`.nanostagedrc`,
],
},
{
name: 'craco',
fileNames: [
'craco.config.ts',
'craco.config.js',
'craco.config.cjs',
'.cracorc.ts',
'.cracorc.js',
'.cracorc',
],
},
],
};

0 comments on commit 54b16c3

Please sign in to comment.