Stop collapsing Cargo.lock in GitHub PR reviews. (#551)

We should review changes to Cargo.lock to ensure we're not adding
unexpected and/or unnecessary dependencies. (Maybe we should do the
same for Gopkg.lock, but I'm not in a position to say for sure.)

Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
Brian Smith 2018-03-13 07:17:33 -10:00 committed by Oliver Gould
parent 9eb084c99d
commit 216efaa568
1 changed files with 0 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,4 +1,3 @@
# By default, collapse for these files in in GitHub reviews.
Cargo.lock linguist-generated=true
Gopkg.lock linguist-generated=true
controller/gen/**/*.pb.go linguist-generated=true