From 4f184ddf404e9303db8d2a3f6e8c58d396cbfe2d Mon Sep 17 00:00:00 2001 From: Bechir Braham Date: Mon, 8 Jul 2024 10:57:50 +0200 Subject: [PATCH] add .gitattributes to ignore jupyter from github linguist (#78) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eedbb7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb -linguist-detectable \ No newline at end of file