Skip to content

Commit

Permalink
Add nodemon file name (nodemon-debug.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 27, 2019
1 parent d1dc1ce commit dcb4513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,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: 'nodemon', fileNames: ['nodemon.json'] },
{ 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] },
{ name: 'ngrx-actions', fileExtensions: ['actions.ts'], enabledFor: [IconPack.Ngrx] },
Expand Down

0 comments on commit dcb4513

Please sign in to comment.