From 8bbb016fa40d4ee60aeac2f3e65349be0f71b7d6 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 23 May 2021 17:59:02 +0000 Subject: [PATCH] Only ignore the videojs libraries --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6bb445d65..4f2e5a98f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # https://github.community/t/how-to-change-the-category/2261/3 -assets/js/*.js linguist-detectable=false +videojs-*.js linguist-detectable=false +video.min.js linguist-detectable=false