From d16764944b445f8836493e6c1d872088fa7cdad8 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sun, 20 Apr 2025 02:53:12 +0100 Subject: [PATCH] chore: add .gitattributes to mark notebooks as linguist-vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8bc1113 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +notebooks/* linguist-vendored