Skip to content

Commit

Permalink
Merge pull request #695 from tmackness/master
Browse files Browse the repository at this point in the history
Added apollo config icon
  • Loading branch information
PKief committed Apr 25, 2020
2 parents 67f1fd5 + f4626d9 commit 41549bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/apollo.svg
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
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 41549bd

Please sign in to comment.