Skip to content

Commit

Permalink
Add icon for .mailmap files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jan 3, 2021
1 parent 2f855c8 commit 37d616c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
}
],
"lock": [".vpkg-lock.json", "package-lock.json"],
"mail": [".mailmap"],
"ruby": ["capfile", "gemfile", "guardfile", "podfile", "rakefile"],
"script": ["gradlew"],
"security": ["security", "security.md"],
Expand Down Expand Up @@ -490,6 +491,10 @@
"iconColor": "@magenta",
"iconName": "lock"
},
"mail": {
"iconColor": "@cyan",
"iconName": "mail"
},
"map": {
"iconColor": "@yellow",
"iconName": "location"
Expand Down

0 comments on commit 37d616c

Please sign in to comment.