From 34d2b3b13c9c5f14561177de827d96241965e895 Mon Sep 17 00:00:00 2001 From: Adam Charron Date: Tue, 14 Aug 2018 19:02:55 -0400 Subject: [PATCH] Mark minified javascript files as binary to git --- .gitattributes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index cd679ec21f8..5c0eebba1f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,10 +10,7 @@ # Mark built files as binary *.map binary composer.lock binary -/js/admin/** binary -/js/app/** binary -/js/bootstrap-admin/** binary -/js/bootstrap-app/** binary +*.min.js binary # Skip files on archive .editorconfig export-ignore