Skip to content

Commit

Permalink
feat: codeowners + contributing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 26, 2024
1 parent c4010e9 commit f60960e
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
7 changes: 7 additions & 0 deletions icons/css-variables/codeowners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/frappe/codeowners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/codeowners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/contributing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/macchiato/codeowners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mocha/codeowners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ export const fileIcons: FileIcons = {
'code_of_conduct',
],
},
'codeowners': {
fileNames: ['codeowners', 'owners'],
},
'coffeescript': {
languageIds: ['coffeescript'],
fileExtensions: [
Expand All @@ -260,6 +263,14 @@ export const fileIcons: FileIcons = {
'commitlint.config.cts',
],
},
'contributing': {
fileNames: [
'contributing.md',
'contributing.rst',
'contributing.txt',
'contributing',
],
},
'cpp': {
languageIds: ['cpp'],
fileExtensions: [
Expand Down

0 comments on commit f60960e

Please sign in to comment.