From 454688c7cda6daaace174af334ef28da0098dc44 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 21 Jul 2016 18:20:03 +0800 Subject: [PATCH] Fix GitHub wrong repo language detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..e653d5b4b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +public/assets/* linguist-vendored +public/plugins/* linguist-vendored \ No newline at end of file