From ffb8fa5075e50dcc9437d0b7b62c88f38d09339e Mon Sep 17 00:00:00 2001 From: elskow Date: Tue, 3 Dec 2024 02:16:45 +0700 Subject: [PATCH] chore: Add .gitattributes to mark Jupyter notebooks as vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9030923 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-vendored \ No newline at end of file