Skip to content

Commit

Permalink
Added env abbreviations on tune icon recognized names
Browse files Browse the repository at this point in the history
  • Loading branch information
r2am9d committed Oct 2, 2024
1 parent bbfe1f7 commit 93bb34c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1170,14 +1170,18 @@ export const fileIcons: FileIcons = {
'.env.dist',
'.env.prod',
'.env.production',
'.env.stg',
'.env.stage',
'.env.staging',
'.env.preview',
'.env.test',
'.env.testing',
'.env.dev.local',
'.env.development.local',
'.env.qa.local',
'.env.prod.local',
'.env.production.local',
'.env.stg.local',
'.env.staging.local',
'.env.test.local',
'.env.uat',
Expand Down

0 comments on commit 93bb34c

Please sign in to comment.