From c384a468635e164f685ede3febe18671b82c25b0 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 18 Jan 2017 12:56:16 +0100 Subject: [PATCH] Added gitattribute file to fix github wrongly marking the project as javascript heavy --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 00000000..8c9207b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Github language stats file +external/* linguist-vendored +lib/* linguist-vendored +resource/web/css/* linguist-vendored +resource/web/js/* linguist-vendored \ No newline at end of file