alwindoss / morse

Morse Code Library in Go
https://pkg.go.dev/github.com/alwindoss/morse
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

Change github statistic #13

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 6 years ago

Is your feature request related to a problem? Please describe. Github statistic use all files(sources, scripts,...) for show statistic. But some projects avoid files of scripts, testdata, CI files in Github statistic.

Describe the solution you'd like Add file : .gitattributes Example of use: https://github.com/Konstantin8105/c4go/blob/master/.gitattributes

Describe alternatives you've considered Ignored

Additional context See Article https://hackernoon.com/how-to-change-repo-language-in-github-c3e07819c5bb

alwindoss commented 6 years ago

Raised a PR for this issue PR

alwindoss commented 5 years ago

Closed as part of the PR https://github.com/alwindoss/morse/pull/14