From 754d8fe264ee9d66466259b517b5c8449fa4d733 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Fri, 2 Jul 2021 22:26:58 -0400 Subject: [PATCH] Create .gitattributes, reclassify .ipynb This reclassifies Jupyter notebooks as documentation in Github's language detection scheme, so that the whole package doesn't get misclassified --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f77e91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-documentation