From 82a30a181c3bec4466beb24e4b00bcca193ab567 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 8 Oct 2020 10:19:38 +1000 Subject: [PATCH] meta: do not treat arvo JS files as binary We no longer keep minified JS in pkg/arvo, so we can treat the JS there as a normal text file --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6aa02bc32..2d2703b49 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ bin/* filter=lfs diff=lfs merge=lfs -text bin/*/* filter=lfs diff=lfs merge=lfs -text -pkg/arvo/**/*.js binary pkg/arvo/**/*.css binary