X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitattributes;h=355e17f3cbcd8fdccb1968d863bbaa041e1f50d8;hb=f1b07a2b2b6439579f0a35694f693712fb5ec5f4;hp=c46415a5cc6ad2e81e1649359ad048700e6f4e55;hpb=61d9f43e463a3b3b0c1e4b9c98c22e222797bd82;p=akkoma diff --git a/.gitattributes b/.gitattributes index c46415a5c..355e17f3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,9 @@ *.ex diff=elixir *.exs diff=elixir + +# Most os js/css files included in the repo are minified bundles, +# and we don't want to search/diff those as text files. Exceptions are listed below. +*.js binary +*.js.map binary +*.css binary +priv/static/instance/static.css diff=css