12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
|
# go.lsp.dev/jsonrpc2 project gitattributes file
|
||
|
# https://github.com/github/linguist#using-gitattributes
|
||
|
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
|
||
|
|
||
|
# To prevent CRLF breakages on Windows for fragile files, like testdata.
|
||
|
* -text
|
||
|
|
||
|
docs/ linguist-documentation
|
||
|
*.pb.go linguist-generated
|
||
|
*_gen.go linguist-generated
|
||
|
*_string.go linguist-generated
|