Skip to content

Commit

Permalink
Update netlify fileNames with new extensions (Closes #577)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknug authored and PKief committed Nov 24, 2019
1 parent 8d29f97 commit a6a04aa
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 @@ -831,7 +831,7 @@ export const fileIcons: FileIcons = {
]
},
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'netlify', fileNames: ['netlify.toml'] },
{ name: 'netlify', fileNames: ['netlify.json', 'netlify.yml', 'netlify.yaml', 'netlify.toml'] },
{ name: 'svg', fileExtensions: ['svg'] },
{ name: 'svelte', fileExtensions: ['svelte'] },
{ name: 'vim', fileExtensions: ['vimrc', 'gvimrc', 'exrc'] },
Expand Down

0 comments on commit a6a04aa

Please sign in to comment.