Skip to content

Commit

Permalink
Add additional Firebase filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissantamaria committed May 1, 2020
1 parent 4900080 commit c8b8dab
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 @@ -726,7 +726,17 @@ export const fileIcons: FileIcons = {
]
},
{ name: 'jenkins', fileNames: ['jenkinsfile'], fileExtensions: ['jenkinsfile', 'jenkins'] },
{ name: 'firebase', fileNames: ['firebase.json', '.firebaserc'] },
{
name: 'firebase',
fileNames: [
'firebase.json',
'.firebaserc',
'firestore.rules',
'firestore.indexes.json',
'database.rules.json',
'storage.rules'
]
},
{
name: 'rollup',
fileNames: [
Expand Down

0 comments on commit c8b8dab

Please sign in to comment.