mirror of https://github.com/knative/caching.git
Merge pull request #6 from knative/fix-gitattributes
Correct the generated client path
This commit is contained in:
commit
b354e0c2f6
|
@ -3,4 +3,4 @@
|
||||||
# https://github.com/github/linguist.
|
# https://github.com/github/linguist.
|
||||||
|
|
||||||
**/zz_generated.*.go linguist-generated=true
|
**/zz_generated.*.go linguist-generated=true
|
||||||
/client/** linguist-generated=true
|
/pkg/client/** linguist-generated=true
|
||||||
|
|
Loading…
Reference in New Issue