From af22cd7be34b6d0834a15363ec6b16c729a48fd9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 8 Aug 2020 11:12:19 -0700 Subject: [PATCH] add .gitattributes file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6c8722f6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# remove notebooks from GitHub language stats +*.ipynb linguist-vendored