Skip to content

Commit

Permalink
add gitlab "next" orange alt icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Dec 24, 2023
1 parent 33763ee commit f230ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* initial support of [Flutter](https://flutter.dev) icons.
* improve Prettier support.
* improve Gradle support.
* add the new alternative GitLab "next" orange icon for `.gitlab-ci.yml` files.
* rework Privacy icon.
* support `(.)log(s)`folders.
* support `.noai` files (which tell the AI Assistant plugin to block AI features for the containing project).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ public static List<Model> allModels() { // TODO move to SequencedCollection once
.eq(".git-blame-ignore-revs"),
ofFile("gitlab", "extra-icons/gitlab.svg", "Gitlab: .gitlab-ci.yml")
.eq(".gitlab-ci.yml")
.altIcons("extra-icons/gitlab_alt.svg"),
.altIcons("extra-icons/gitlab_next.svg", "extra-icons/gitlab_alt.svg"),
ofFile("grafana", "extra-icons/grafana.svg", "Grafana: grafana.ini")
.eq("grafana.ini"),
ofFile("graphqlconfig", "extra-icons/graphql_config.svg", "GraphQL: graphql.config.json")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/extra-icons/gitlab_next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f230ce8

Please sign in to comment.