Skip to content

Commit

Permalink
Added docker-compose-prod file icon (#294)
Browse files Browse the repository at this point in the history
* Added docker-compose-prod file icon

* Indent new line
  • Loading branch information
diego3g authored and PKief committed Jul 28, 2018
1 parent d24a991 commit deae095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ export const fileIcons: FileIcons = {
'dockerfile',
'docker-compose.yml',
'docker-compose.yaml',
'docker-compose.override.yml'
'docker-compose.override.yml',
'docker-compose.prod.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty'] },
Expand Down

0 comments on commit deae095

Please sign in to comment.