From 25d680b179c35da95ece1c62568d3c27fbd4fa40 Mon Sep 17 00:00:00 2001 From: Ian Ramzy <34945837+ianramzy@users.noreply.github.com> Date: Mon, 6 Apr 2020 10:32:22 -0400 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..401db49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.js linguist-vendored=false