From 5146dfaee07a7bfad51e0b4e729a732ea00d17b9 Mon Sep 17 00:00:00 2001 From: Nguyen Huu Thanh Date: Mon, 15 Apr 2019 00:51:50 +0800 Subject: [PATCH] Help github detect golang --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d929f1f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.go linguist-vendored=false