Skip to content

Commit

Permalink
Add tune icon to qa env file
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferson-vieira committed Jan 29, 2020
1 parent ab022cc commit 8bcfd3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,13 +620,15 @@ export const fileIcons: FileIcons = {
'.env.local',
'.env.dev',
'.env.development',
'.env.qa',
'.env.prod',
'.env.production',
'.env.staging',
'.env.preview',
'.env.test',
'.env.testing',
'.env.development.local',
'.env.qa.local',
'.env.production.local',
'.env.test.local',
]
Expand Down

0 comments on commit 8bcfd3e

Please sign in to comment.