mirror of https://github.com/Wilfred/difftastic/
Try (again) to make GitHub's Linguist .gitattributes work (#23)
Our present Linguist configuration in `.gitattributes` doesn't seem to be having any effect, as can be seen when viewing this commit:pull/211/head7159ce9615. Historically we've employed [the style employed by tree-sitter-elixir](60863fc6e2/.gitattributes) ([here](4ef644a352)) to no avail. This new attempt combines usage of [the shorthand from tree-sitter-rust](0509e440ae/.gitattributes) with [the no-leading-slash style from Linguist's own documentation](https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code). Hopefully it works this time 🤞
parent
7159ce9615
commit
a1fc486493
@ -1 +1,2 @@
|
||||
/src/** linguist-vendored=true
|
||||
src/** linguist-generated
|
||||
test/** linguist-documentation
|
||||
|
||||
Loading…
Reference in New Issue