From 40dbe55a9013ae140d0e5b46a1c08c64d8e082b1 Mon Sep 17 00:00:00 2001 From: Oliver Stanley Date: Mon, 23 Jan 2023 13:30:29 +0000 Subject: [PATCH] Categorise notebooks as documentation to improve project language breakdown (#860) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c..7bc47e3f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto eol=lf +*.ipynb linguist-documentation