From 3e265b6b309a33f9250172ea3e73b93b057fe9c6 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Sun, 5 Jan 2025 22:52:33 +0800 Subject: [PATCH] chore: add prettier icon for *.prettierignore --- src/output/icons.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/icons.rs b/src/output/icons.rs index 095d18ec9..ebfca7f88 100644 --- a/src/output/icons.rs +++ b/src/output/icons.rs @@ -241,6 +241,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! { ".npmignore" => Icons::NPM, //  ".npmrc" => Icons::NPM, //  ".pre-commit-config.yaml" => '\u{f06e2}', // 󰛢 + ".prettierignore" => '\u{e6b4}', //  ".prettierrc" => '\u{e6b4}', //  ".parentlock" => Icons::LOCK, //  ".profile" => Icons::SHELL, // 󱆃