Skip to content

Commit

Permalink
Added .env file icon associations (Fixes #261)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 31, 2018
1 parent 199d6f9 commit bf0054c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,11 @@ export const fileIcons: FileIcons = {
'.env.example',
'.env.local',
'.env.dev',
'.env.staging',
'.env.development',
'.env.prod',
'.env.production',
'.env.staging',
'.env.preview',
]
},
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js', 'babel.config.js'] },
Expand Down

0 comments on commit bf0054c

Please sign in to comment.