From: Norm Date: Fri, 23 Dec 2022 18:03:14 +0000 (+0000) Subject: Don't treat js/css as binary in git anymore X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=5a6fa6717b26e240eef3a446d497e05ade1bbd33;p=akkoma 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. --- 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