Skip to content

Commit

Permalink
added tune icon to .env file names supported by Create React App
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmillen94 committed Apr 1, 2019
1 parent 59d9f43 commit b46932d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ export const fileIcons: FileIcons = {
'.env.production',
'.env.staging',
'.env.preview',
'.env.test',
'.env.development.local',
'.env.production.local',
'.env.test.local',
]
},
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js', 'babel.config.js'] },
Expand Down

0 comments on commit b46932d

Please sign in to comment.