From bff275cb1e75ba95ac505fe350612fb1900bfd29 Mon Sep 17 00:00:00 2001 From: PKief Date: Wed, 9 Oct 2019 22:10:22 +0200 Subject: [PATCH] Add file icon for CODEOWNERS --- icons/codeowners.svg | 1 + src/icons/fileIcons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/codeowners.svg diff --git a/icons/codeowners.svg b/icons/codeowners.svg new file mode 100644 index 000000000..6bee87444 --- /dev/null +++ b/icons/codeowners.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 182161331..b3137dc67 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -814,5 +814,6 @@ export const fileIcons: FileIcons = { { name: 'moonscript', fileExtensions: ['moon'] }, { name: 'percy', fileNames: ['.percy.yml'] }, { name: 'gitpod', fileNames: ['.gitpod.yml'] }, + { name: 'codeowners', fileNames: ['codeowners'] }, ] };