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
Prev Previous commit
Indent new line
  • Loading branch information
diego3g committed Jul 27, 2018
commit e7784a53c5467b3591b84c468bacff0689d49cd5
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const fileIcons: FileIcons = {
'docker-compose.yml',
'docker-compose.yaml',
'docker-compose.override.yml',
'docker-compose.prod.yml'
'docker-compose.prod.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty'] },
Expand Down