From 0558790c2a904da7d5ff5d385918577719304ed2 Mon Sep 17 00:00:00 2001 From: PKief Date: Sat, 24 Aug 2019 11:01:55 +0200 Subject: [PATCH] Add bazel file names --- src/icons/fileIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index d7e8bd2130..5dddb2aafd 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -780,7 +780,7 @@ export const fileIcons: FileIcons = { { name: 'mdx', fileExtensions: ['mdx'] }, { name: 'ballerina', fileExtensions: ['bal', 'balx'] }, { name: 'racket', fileExtensions: ['rkt'] }, - { name: 'bazel', fileExtensions: ['bzl', 'bazel'] }, + { name: 'bazel', fileExtensions: ['bzl', 'bazel'], fileNames: ['.bazelignore', '.bazelrc'] }, { name: 'mint', fileExtensions: ['mint'] }, { name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] }, { name: 'godot', fileExtensions: ['gd'] },