From d8336eecff8282de13245d33425a34f22285d3d6 Mon Sep 17 00:00:00 2001 From: Adam Wheeler Date: Wed, 16 Oct 2024 15:18:55 -0400 Subject: [PATCH] Don't count lines in .ipynb files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 495e4748..2426c3c8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.ipynb linguist-documentation *.dat binary *.mod linguist-generated=true +*.ipynb -diff