Commit ccd02e1a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'patch-104' into 'master'

refactor: add yarn icon for `.yarnrc.yml`

See merge request gitlab-org/gitlab!31519
parents 8cb20c01 04d53f69
...@@ -493,6 +493,7 @@ const fileNameIcons = { ...@@ -493,6 +493,7 @@ const fileNameIcons = {
'.npmignore': 'npm', '.npmignore': 'npm',
'.npmrc': 'npm', '.npmrc': 'npm',
'.yarnrc': 'yarn', '.yarnrc': 'yarn',
'.yarnrc.yml': 'yarn',
'yarn.lock': 'yarn', 'yarn.lock': 'yarn',
'.yarnclean': 'yarn', '.yarnclean': 'yarn',
'.yarn-integrity': 'yarn', '.yarn-integrity': 'yarn',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment