Browse Source

Ignore emojiList.go, and auto gofmt it.

pull/22/head
Gregory Rudolph 5 years ago
parent
commit
209a94614b
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      .gitignore
  2. 1
      mage.go

1
.gitignore vendored

@ -1,4 +1,5 @@
kbtui kbtui
emojiList.go
*~ *~
.\#* .\#*
\#*\# \#*\#

1
mage.go

@ -79,6 +79,7 @@ func BuildEmoji() error {
return err return err
} }
f.Sync() f.Sync()
sh.Run("go", "fmt")
return nil return nil
} }

Loading…
Cancel
Save