From 70bb9ea2da529c5403da29ee0389aab376c6a53b Mon Sep 17 00:00:00 2001 From: Vivek Gopalakrishnan Date: Sat, 25 Nov 2023 16:56:10 -0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e7f302f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ipynb linguist-vendored=true +*.ipynb merge=nbdev-merge +*.html linguist-documentation