From c09750b7c6707f2023b59730e4847429ce067471 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:48:03 +0200 Subject: [PATCH] feat: Ignore jupyter notebooks in language bar on github (#906) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8bdf6cf28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# ignore jupyter notebooks in the language bar on github +notebooks/** linguist-vendored