From 5a6fa6717b26e240eef3a446d497e05ade1bbd33 Mon Sep 17 00:00:00 2001 From: Norm Date: Fri, 23 Dec 2022 18:03:14 +0000 Subject: [PATCH] Don't treat js/css as binary in git anymore Since Akkoma doesn't include precompiled frontends in the main repo anymore, it doesn't make sense to keep treating the few js/css files remaining as binary files. --- .gitattributes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index ac67c53c2..febafe62f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,4 @@ *.ex diff=elixir *.exs diff=elixir -# Most of js/css files included in the repo are minified bundles, -# and we don't want to search/diff those as text files. -*.js binary -*.js.map binary -*.css binary - *.css diff=css