mirror of https://github.com/knative/pkg.git
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
# This file is documented at https://git-scm.com/docs/gitattributes.
|
|
# Linguist-specific attributes are documented at
|
|
# https://github.com/github/linguist.
|
|
|
|
**/zz_generated.*.go linguist-generated=true
|
|
/client/** linguist-generated=true
|
|
/metrics/gcp_metadata.go coverage-excluded=true
|
|
|
|
*.sh text eol=lf
|