From 1adaf8bc4604fd262d687e6b2c47e3e1f43abdfe Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 21 Jun 2021 12:19:21 +0200 Subject: [PATCH] Updated vendore code exclusion as project now shows as majority javascript --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0c0b4736..b5e6a76d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Github language stats file external/* linguist-vendored lib/* linguist-vendored -resource/resource/web/css/* linguist-vendored -resource/resource/web/js/* linguist-vendored \ No newline at end of file +*.css linguist-vendored +*.js linguist-vendored \ No newline at end of file