From e4111b294b8dd453b75bad819eecaccc054bfefe Mon Sep 17 00:00:00 2001 From: Neil Murphy Date: Sun, 20 Jun 2021 08:41:22 -0400 Subject: [PATCH] Add gitattributes. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b53e07 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ipynb linguist-language=Python +.ipynb_checkpoints/* linguist-vendored +data/.ipynb_checkpoints/* linguist-vendored \ No newline at end of file