From 7bfcf99f006091c06d10861e54edf9df6da6f316 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 6 Feb 2017 05:42:46 -0600 Subject: [PATCH] add .gitattributes file to fix github's programming language stats --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a3c1e02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +**/_vendor/** linguist-vendored +**/docs/** linguist-vendored