Ver Fonte

feat: add eslint icon for .eslintignore

Wu, Zhenyu há 1 ano atrás
pai
commit
f29040b174
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -211,6 +211,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
     ".editorconfig"       => '\u{e652}',            // 
     ".emacs"              => Icons::EMACS,          // 
     ".envrc"              => '\u{f462}',            // 
+    ".eslintignore"       => Icons::ESLINT,         // 
     ".eslintrc.cjs"       => Icons::ESLINT,         // 
     ".eslintrc.js"        => Icons::ESLINT,         // 
     ".eslintrc.json"      => Icons::ESLINT,         // 