From 325e62f3e63740db03f049929feecae09672665f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 23 Aug 2019 14:59:10 -0700 Subject: [PATCH] Adding repo language in gitattributes. - #230 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fa728e48b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.rs linguist-vendored=false