Skip to content

Commit

Permalink
.env files for specific environments (Closes #261)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 9, 2018
1 parent f660e39 commit 8d60336
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,17 @@ export const fileIcons: FileIcons = {
]
},
{ name: 'android', fileNames: ['androidmanifest.xml'] },
{ name: 'tune', fileNames: ['.env', '.env.example'] },
{
name: 'tune',
fileNames: [
'.env',
'.env.example',
'.env.local',
'.env.dev',
'.env.staging',
'.env.prod',
]
},
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js'] },
{
name: 'contributing',
Expand Down

0 comments on commit 8d60336

Please sign in to comment.