Skip to content

Commit

Permalink
Additional docker compose filenames (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
khiemdoan committed Apr 10, 2023
1 parent 8315706 commit c255eb4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -484,6 +484,8 @@ export const fileIcons: FileIcons = {
'dockerfile',
'docker-compose.yml',
'docker-compose.yaml',
'compose.yaml',
'compose.yml',
],
fileNames: [
'dockerfile',
Expand Down Expand Up @@ -537,7 +539,38 @@ export const fileIcons: FileIcons = {
'docker-compose.worker.yaml',

'compose.yaml',
'compose.override.yaml',
'compose.prod.yaml',
'compose.production.yaml',
'compose.alpha.yaml',
'compose.beta.yaml',
'compose.stage.yaml',
'compose.staging.yaml',
'compose.dev.yaml',
'compose.development.yaml',
'compose.local.yaml',
'compose.test.yaml',
'compose.testing.yaml',
'compose.ci.yaml',
'compose.web.yaml',
'compose.worker.yaml',

'compose.yml',
'compose.override.yml',
'compose.prod.yml',
'compose.production.yml',
'compose.alpha.yml',
'compose.beta.yml',
'compose.stage.yml',
'compose.staging.yml',
'compose.dev.yml',
'compose.development.yml',
'compose.local.yml',
'compose.test.yml',
'compose.testing.yml',
'compose.ci.yml',
'compose.web.yml',
'compose.worker.yml',
],
},
{ name: 'tex', fileExtensions: ['tex', 'sty', 'dtx', 'ltx'] },
Expand Down

0 comments on commit c255eb4

Please sign in to comment.