mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
679391999f
* feat_: LogOnPanic linter * fix_: add missing defer LogOnPanic * chore_: make vendor * fix_: tests, address pr comments * fix_: address pr comments
12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
# go.lsp.dev/protocol 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
|