From 94e2589f1e8e30f1b98ecc975a6c80eae0617070 Mon Sep 17 00:00:00 2001 From: azban Date: Mon, 5 Nov 2018 10:21:37 -0800 Subject: [PATCH] gitattributes: add file and ignore Cargo.lock in diffs and github stats (#1064) --- substrate/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 substrate/.gitattributes diff --git a/substrate/.gitattributes b/substrate/.gitattributes new file mode 100644 index 0000000000..9a0309f9e5 --- /dev/null +++ b/substrate/.gitattributes @@ -0,0 +1 @@ +Cargo.lock linguist-generated=true -diff