Github Linguist example
This is an example of using .gitattributes
to control languages breakdown chart displayed in Github.
Here I just mark JavaScript files as vendor files1, so the chart shows 100% of CSS, although it should show something like 71% of JavaScript and 29% of CSS.
1 GH Linguist ignores vendor files in breakdown chart.