From 1ca6bd9c609f46f048ba6384f27f0873ffc28269 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 5 Aug 2015 12:25:52 -0700 Subject: [PATCH] Create .gitattributes This should fix out Github language statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..2586cf20891 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +public/js/lib/codemirror linguist-vendored +*.jsx linguist-language=JavaScript