feat: Add .yarnrc and .npmrc file icon
This commit is contained in:
parent
7aae524090
commit
f715cd0807
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
".jshintrc": "_file_json",
|
||||
".jshintignore": "_file_settings",
|
||||
".npmignore": "_file_npm",
|
||||
".npmrc": "_file_npm",
|
||||
"tsconfig.json": "_file_json",
|
||||
"tslint.json": "_file_json",
|
||||
"androidmanifest.xml": "_file_android",
|
||||
|
@ -49,6 +50,7 @@
|
|||
".gitmodules": "_file_git",
|
||||
".gitkeep": "_file_git",
|
||||
"yarn.lock": "_file_yarn",
|
||||
".yarnrc": "_file_yarn",
|
||||
".yarnclean": "_file_yarn",
|
||||
".yarn-integrity": "_file_yarn",
|
||||
"yarn-error.log": "_file_yarn",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue