Nothing much just a build up of things
[anni] / .gitattributes
1 *.ex diff=elixir
2 *.exs diff=elixir
3
4 priv/static/instance/static.css diff=css
5
6 # Most of js/css files included in the repo are minified bundles,
7 #   and we don't want to search/diff those as text files.
8 *.js binary
9 *.js.map binary
10 *.css binary