From bb95ea55a299081b8e225c6ae7143ad6fc134010 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Wed, 4 Jul 2018 20:31:52 +0800 Subject: [PATCH] Hide 3rd-party js/css files from Github statistics --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c941e52669 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/wwwroot/libs/** linguist-vendored