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