Skip to content

Commit

Permalink
Merge branch 'master' into added-nextjs-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshurav authored Feb 9, 2021
2 parents b904b88 + c589025 commit cb3152c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icons/opa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ export const fileIcons: FileIcons = {
'webpack.config.dev.babel.js',
'webpack.config.dev.babel.ts',
'webpack.prod.js',
'webpack.prod.config.js',
'webpack.prod.ts',
'webpack.production.js',
'webpack.production.ts',
Expand Down Expand Up @@ -1369,5 +1370,7 @@ export const fileIcons: FileIcons = {
{ name: 'quasar', fileNames: ['quasar.conf.js'] },
{ name: 'next', fileNames: ['next.config.js'] },
{ name: 'pipeline', fileExtensions: ['pipeline'] }
{ name: 'pipeline', fileExtensions: ['pipeline'] },
{ name: 'opa', fileExtensions: ['rego']}
],
};

0 comments on commit cb3152c

Please sign in to comment.