From 9266f28822ae2d4ceaf9a6394c7e69f92da8a89d Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
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 0000000000..e653d5b4b7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+public/assets/* linguist-vendored
+public/plugins/* linguist-vendored
\ No newline at end of file