From dcbc4c0640a8d9e7cdc4393eea290839e1fdbd46 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Mon, 2 Jul 2018 00:25:54 -0400 Subject: [PATCH] Add linguist override in .gitattribute GitHub "Language Savant" tool Linguist is reporting Twill as mainly a Vue project because of its statistics. While Twill contains a lot of Vue SFCs, it is a Laravel package, not a Vue library. In order to have PHP showing as the main language, we ignore Vue components using Linguist's overrides. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..04f604bf3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +frontend/js/components/* linguist-vendored