X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitattributes;h=355e17f3cbcd8fdccb1968d863bbaa041e1f50d8;hb=f1b07a2b2b6439579f0a35694f693712fb5ec5f4;hp=68895bf883004acdbc4f8faa03ae727cd1cb45ae;hpb=cf99b1c1fd89553f072cc5a466aaebbe59d3e618;p=akkoma diff --git a/.gitattributes b/.gitattributes index 68895bf88..355e17f3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ *.ex diff=elixir *.exs diff=elixir -# At the time of writing all js/css files included -# in the repo are minified bundles, and we don't want -# to search/diff those as text files. + +# 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