From a4bd78276c35aa1b14ce82de8d3746644f48a282 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 27 Feb 2017 14:37:46 +0200 Subject: [PATCH] Fix repo language details --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4e6447c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +docs/* linguist-documentation +examples/* linguist-documentation +notebooks/* linguist-documentation