Jelajahi Sumber

feat: add eslint icon for .eslintignore

Wu, Zhenyu 1 tahun lalu
induk
melakukan
f29040b174
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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,         // 