Skip to content

Commit

Permalink
Merge pull request #20 from AsPulse/feat/icons-around-js-ecosystems
Browse files Browse the repository at this point in the history
Add More Icons (especially around JavaScript ecosystem)
  • Loading branch information
lambdalisue committed Jun 7, 2023
2 parents 3daf101 + a9cd926 commit b5b5947
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion assets/json/basename.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
".bashprofile": "",
".bashrc": "",
".ds_store": "",
".editorconfig": "",
".eslintignore": "󰱺",
".gcloudignore": "󱇶",
".git": "",
".gitattributes": "",
".gitconfig": "",
".gitignore": "",
".gitlab-ci.yml": "",
".gitmodules": "",
".gvimrc": "",
".prettierignore": "󰏣",
".rvm": "",
".vimrc": "",
".zprofile": "",
".zshrc": "",
"_gvimrc": "",
"_vimrc": "",
"brewfile": "󱄖",
"brewfile.lock.json": "󱄖",
"cargo.lock": "",
"cmakelists.txt": "",
"config.ru": "",
Expand Down Expand Up @@ -42,11 +48,15 @@
"makefile": "",
"mix.lock": "",
"npmignore": "",
"package.json": "",
"pkgbuild": "",
"procfile": "",
"rakefile": "",
"react.jsx": "",
"renovate.json": "󰉼",
"requirements.txt": "",
"robots.txt": "󰚩",
"rubydoc": "",
"yarn.lock": ""
"tsconfig.json": "",
"yarn.lock": ""
}
3 changes: 2 additions & 1 deletion assets/json/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cab": "",
"cc": "",
"cfg": "",
"cjs": "",
"class": "",
"clj": "",
"cljc": "",
Expand Down Expand Up @@ -62,7 +63,6 @@
"eex": "",
"ejs": "",
"elm": "",
"env": "",
"eot": "",
"epub": "",
"erb": "",
Expand Down Expand Up @@ -130,6 +130,7 @@
"jpx": "",
"js": "",
"json": "",
"jsonc": "",
"jsx": "",
"jxl": "",
"ksh": "",
Expand Down
9 changes: 9 additions & 0 deletions assets/json/pattern.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
".*\\.d\\.ts$": "",
".*angular.*\\.js$": "",
".*backbone.*\\.js$": "",
".*jquery.*\\.js$": "",
Expand All @@ -10,20 +11,28 @@
"/Trash.$": "",
"/Users.$": "",
"/\\.Trash-\\d\\+.$": "",
"/\\.\\?yarnrc\\(\\.ya\\?ml\\)\\?$": "",
"/\\.atom.$": "",
"/\\.config.$": "",
"/\\.env\\(\\.[A-z0-9]\\+\\)*$": "",
"/\\.eslintrc\\(\\.\\(c\\?js\\|ya\\?ml\\|json\\)\\)\\?$": "󰱺",
"/\\.git.$": "",
"/\\.github.$": "",
"/\\.idea.$": "",
"/\\.prettierrc\\(\\.\\(json5\\?\\|c\\?js\\|ya\\?ml\\|toml\\)\\)\\?": "󰏣",
"/\\.vscode.$": "",
"/\\cloudbuild\\.ya\\?ml$": "󱇶",
"/bin.$": "",
"/codecov\\.ya\\?ml": "",
"/eslint\\.config\\.js?$": "󰱺",
"/home.$": "",
"/include.$": "",
"/lib.$": "",
"/lib32.$": "",
"/lib64.$": "",
"/libexec.$": "",
"/node_modules.$": "",
"/prettier\\.config\\.c\\?js?$": "󰏣",
"/sbin.$": "",
"/xbin.$": "",
"Vagrantfile$": ""
Expand Down

0 comments on commit b5b5947

Please sign in to comment.