aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 68895bf883004acdbc4f8faa03ae727cd1cb45ae (plain)
1
2
3
4
5
6
7
8
*.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.
*.js binary
*.js.map binary
*.css binary