Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docker-compose-prod file icon #294

Merged
merged 2 commits into from
Jul 28, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added docker-compose-prod file icon
  • Loading branch information
diego3g committed Jul 27, 2018
commit e3b5cb53e9f16b92c2b36cdeda84d976a985a2f3
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