shell
cargo install gengo-bin
Like linguist, you can override behavior using a .gitattributes
file.
Basically, just replace linguist-FOO
with gengo-FOO
. Unlike linguist,
gengo-detectable
will always make a file be included in statistics (linguist
will still exclude them if they're generated or vendored).
```gitattributes
-
(-gengo-documentation
).*.html gengo-documentation
my-built-files/* gengo-generated
deps/* gengo-vendored
templates/*.js gengo-language=Plain-Text ```
You will need to commit your .gitattributes
file for it to take effect.