From ba88b8e1b38fb6098bfe1e06b09533592e776067 Mon Sep 17 00:00:00 2001 From: Akash Mahajan Date: Tue, 14 Mar 2023 00:07:09 -0700 Subject: [PATCH] fix github language stats getting dominated by jupyter notebook (#1076) Co-authored-by: Akash Mahajan Co-authored-by: Jong Wook Kim --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b2d46181 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Override jupyter in Github language stats for more accurate estimate of repo code languages +# reference: https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code +*.ipynb linguist-generated