Skip to content

Commit

Permalink
remove leading dot
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sweeny committed Jun 8, 2019
1 parent 3b2847d commit c8daf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ export const fileIcons: FileIcons = {
{ name: 'fusebox', fileNames: ['fuse.js'] },
{ name: 'heroku', fileNames: ['procfile', 'procfile.windows'] },
{ name: 'editorconfig', fileNames: ['.editorconfig'] },
{ name: 'gitlab', fileExtensions: ['.gitlab-ci.yml'] },
{ name: 'gitlab', fileExtensions: ['gitlab-ci.yml'] },
{ name: 'bower', fileNames: ['.bowerrc', 'bower.json'] },
{
name: 'eslint',
Expand Down

0 comments on commit c8daf32

Please sign in to comment.