From d7f19bdaefae303e8fe30009cd7c68e5d3c73337 Mon Sep 17 00:00:00 2001 From: Rakka Rage Date: Fri, 17 Nov 2023 23:55:22 -0500 Subject: [PATCH] show icon for workflows too? --- config.cson | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.cson b/config.cson index f72f0c17..06f4ec33 100644 --- a/config.cson +++ b/config.cson @@ -251,6 +251,10 @@ directoryIcons: icon: "github" match: /^\.github$/ + GitHub: + icon: "github" + match: /^\.github/workflows$/ + GitLab: icon: "gitlab" match: /^\.gitlab$/