From 3f324d300a74e8d5adab7beefff554031e052691 Mon Sep 17 00:00:00 2001 From: elvis Date: Sun, 29 Oct 2023 02:11:32 +0100 Subject: [PATCH] gitattributes: ignoring jupyter files for code statistics --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6744ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-language=false