Fix up language attribution for the Github UI
Currently gobyexample is flagged as a CSS repository because of all the generated HTML. Following instructions at https://github.com/github/linguist#vendored-code to ask Github to ignore files that are not actual origin code.
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
public/* linguist-generated=true
|
||||
vendor/* linguist-vendored=true
|
||||
|
||||
Reference in New Issue
Block a user