From 8f1c311b903ba72ad3eee1c180ee0567757bede4 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 27 Dec 2016 13:56:36 +0800 Subject: [PATCH] ignore static files statstics for linguist --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..56abc3c2bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +conf/* linguist-vendored +docker/* linguist-vendored +options/* linguist-vendored +public/* linguist-vendored +scripts/* linguist-vendored +templates/* linguist-vendored \ No newline at end of file