From 4de108970e5fc556fd29601b3ff5e34b3ab99e87 Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Tue, 28 Feb 2023 21:06:32 +0100 Subject: [PATCH] Show `Cargo.lock` files in the github diff view (#6249) * Add .gitattributes file * Testing whether Cargo.lock is now shown in diff * Revert "Testing whether Cargo.lock is now shown in diff" This reverts commit cea1186cd9d97d38a76373df10efa01cee1268de. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8e1d86ecd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/Cargo.lock linguist-generated=false \ No newline at end of file