From 233f03ca2b9a43c07c9aba19615a8e054193cf3b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Apr 2021 20:44:58 +0100 Subject: [PATCH] Just ignore scripts Nothing else in `src/static` is vendored external scripts, so just ignore these. This also fixes the glob, which previously wasn't matching anything --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 20701478..b33a6211 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # Ignore vendored scripts in GitHub stats -src/static/* linguist-vendored +src/static/scripts/* linguist-vendored