From ac8b7a8a665a1e345fc842791ebf763e118819fa 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 000000000..b2d461810 --- /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