Skip to content

Commit

Permalink
added apollo config icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tmackness committed Apr 11, 2020
1 parent d9d8ece commit af7736f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions icons/apollo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'code-climate', fileNames: ['.codeclimate.yml'], light: true },
{ name: 'prettier', fileNames: ['.prettierrc', 'prettier.config.js', '.prettierrc.js', '.prettierrc.json', '.prettierrc.yaml', '.prettierrc.yml', '.prettierignore'] },
{ name: 'apollo', fileNames: ['apollo.config.js'] },
{ name: 'nodemon', fileNames: ['nodemon.json', 'nodemon-debug.json'] },
{ name: 'ngrx-reducer', fileExtensions: ['reducer.ts', 'rootReducer.ts'], enabledFor: [IconPack.Ngrx] },
{ name: 'ngrx-state', fileExtensions: ['state.ts'], enabledFor: [IconPack.Ngrx] },
Expand Down

0 comments on commit af7736f

Please sign in to comment.