akkoma/.gitattributes

11 lines
217 B
Text
Raw Normal View History

*.ex diff=elixir
*.exs diff=elixir
2020-12-09 16:43:20 +01:00
# Most of 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
2022-12-16 12:50:25 +01:00
*.css diff=css