Skip to content

Commit

Permalink
Join gatsby filenames to the single array
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Levit committed Feb 3, 2019
1 parent 79d8cda commit 21faf34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,7 @@ export const fileIcons: FileIcons = {
{ name: 'dotjs', fileExtensions: ['def', 'dot', 'jst'] },
{ name: 'ejs', fileExtensions: ['ejs'] },
{ name: 'sequelize', fileNames: ['.sequelizerc'] },
{ name: 'gatsby', fileNames: ['gatsby-config.js'] },
{ name: 'gatsby', fileNames: ['gatsby-node.js'] },
{ name: 'gatsby', fileNames: ['gatsby.config.js', 'gatsby-config.js', 'gatsby-node.js'] },
{ name: 'wakatime', fileNames: ['.wakatime-project'], fileExtensions: ['.wakatime-project'], light: true },
{ name: 'circleci', fileNames: ['circle.yml'], light: true },
{ name: 'cloudfoundry', fileNames: ['.cfignore'] },
Expand Down

0 comments on commit 21faf34

Please sign in to comment.