From aca4df18e40457ed9d11ab06830435e0e5f38006 Mon Sep 17 00:00:00 2001 From: abigailt Date: Wed, 28 Apr 2021 16:34:02 +0300 Subject: [PATCH] Ignore Jupyter Notebooks in git language detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4b194e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.ipynb linguist-detectable=false +*.py linguist-detectable=true \ No newline at end of file