Skip to content

Commit

Permalink
Replace broken docker font, change npm to nodejs and add .gitignore (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
TanZng authored Jul 15, 2022
1 parent dba9d28 commit cd5498b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/

2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang 1.17.12
goreleaser 1.10.2
4 changes: 2 additions & 2 deletions modules/languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ type icon struct {

var languageIcons = map[string]icon{
"go.mod": {"go", "ﳑ", "lightblue"},
"Dockerfile": {"docker", "", "blue"},
"package.json": {"npm", "", "yellow"},
"Dockerfile": {"docker", "", "blue"},
"package.json": {"node", "", "green"},
"build.gradle": {"gradle", "", "green"},
"pom.xml": {"pom", "", "blue"},
"Gemfile": {"ruby", "", "red"},
Expand Down

0 comments on commit cd5498b

Please sign in to comment.