Skip to content

Commit

Permalink
Merge pull request #502 from sgwozdz/master
Browse files Browse the repository at this point in the history
Add jenkins file extensions
  • Loading branch information
PKief committed Jul 28, 2019
2 parents 2f1e5d1 + 1c36ac2 commit bc62dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -689,7 +689,7 @@ export const fileIcons: FileIcons = {
'.mocharc.jsonc'
]
},
{ name: 'jenkins', fileNames: ['jenkinsfile'] },
{ name: 'jenkins', fileNames: ['jenkinsfile'], fileExtensions: ['jenkinsfile', 'jenkins']},
{ name: 'firebase', fileNames: ['firebase.json', '.firebaserc'] },
{
name: 'rollup',
Expand Down

0 comments on commit bc62dfc

Please sign in to comment.