Commit aaee395b authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '299330-limit-license-file-icon' into 'master'

Partially fix incorrect icons for non-standard license files

See merge request gitlab-org/gitlab!53207
parents aa27de34 74fa75ba
......@@ -402,14 +402,15 @@ const fileNameIcons = {
'gradle.properties': 'gradle',
gradlew: 'gradle',
'gradle-wrapper.properties': 'gradle',
license: 'certificate',
'license.md': 'certificate',
'license.md.rendered': 'certificate',
'license.txt': 'certificate',
licence: 'certificate',
'licence.md': 'certificate',
'licence.md.rendered': 'certificate',
'licence.txt': 'certificate',
COPYING: 'certificate',
'COPYING.LESSER': 'certificate',
LICENSE: 'certificate',
LICENCE: 'certificate',
'LICENSE.md': 'certificate',
'LICENCE.md': 'certificate',
'LICENSE.txt': 'certificate',
'LICENCE.txt': 'certificate',
'.gitlab-license': 'certificate',
dockerfile: 'docker',
'docker-compose.yml': 'docker',
'.mailmap': 'email',
......
---
title: Partially fix incorrect icons for non-standard license files
merge_request: 53207
author:
type: fixed
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