From fd56b27d7d15a97b59a16a6589be5f23b2cdd4c6 Mon Sep 17 00:00:00 2001 From: Nathaniel Saul Date: Mon, 23 Apr 2018 12:26:42 -0700 Subject: [PATCH] linguist recognize notebooks as python. wont skew language statistics --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index bdb0cabc..3dd64314 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,7 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + + +*.ipynb linguist-language=Python +