From 1c3dd7b252d1a02d0f46d00b8d56449f6fae032b Mon Sep 17 00:00:00 2001 From: Misko Date: Mon, 13 May 2024 08:19:27 -0700 Subject: [PATCH] add check to strip notebooks --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5be91f97..8425c58d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.ipynb linguist-vendored +*.ipynb filter=strip-notebook-output