From 2f8e0cbec09b8276d77bfbdf48c5e13d8794bff8 Mon Sep 17 00:00:00 2001 From: ALBIN BABU VARGHESE Date: Thu, 1 May 2025 14:14:25 -0400 Subject: [PATCH 1/2] Added a .gitattributes file for showing cargo.lock diffs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..e64a542fc6e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Cargo.lock text eol=lf linguist-generated=false \ No newline at end of file From 087c974b29382559f297d85588771a293d2a8767 Mon Sep 17 00:00:00 2001 From: ALBIN BABU VARGHESE Date: Thu, 1 May 2025 14:35:45 -0400 Subject: [PATCH 2/2] Update .gitattributes Co-authored-by: antoyo --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e64a542fc6e..b9cd1111c8d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -Cargo.lock text eol=lf linguist-generated=false \ No newline at end of file +Cargo.lock linguist-generated=false \ No newline at end of file