From 216efaa568e1b31b55fdf8561da9d6646886b831 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 13 Mar 2018 07:17:33 -1000 Subject: [PATCH] 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 --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b886a7027..26e119e6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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