Skip to content

Commit

Permalink
Add icon to fileicons
Browse files Browse the repository at this point in the history
  • Loading branch information
devcass committed Mar 4, 2020
1 parent a85a467 commit b6c065a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,5 +882,8 @@ export const fileIcons: FileIcons = {
{ name: 'coconut', fileExtensions: ['coco'] },
{ name: 'capacitor', fileNames: ['capacitor.config.json'] },
{ name: 'sketch', fileExtensions: ['sketch'] },


{ name: 'adonisjs', fileExtensions: ['.adonisrc.json'] }
]
};

0 comments on commit b6c065a

Please sign in to comment.