Merge branch 'develop' into hide-muted-reactions
[akkoma] / .gitattributes
1 *.ex diff=elixir
2 *.exs diff=elixir
3 # At the time of writing all js/css files included
4 # in the repo are minified bundles, and we don't want
5 # to search/diff those as text files.
6 *.js binary
7 *.js.map binary
8 *.css binary