Don't treat js/css as binary in git anymore #397

Merged
floatingghost merged 1 commit from norm/akkoma:norm-patch-2 into develop 2022-12-30 02:50:52 +00:00
Showing only changes of commit 5a6fa6717b - Show all commits

6
.gitattributes vendored
View file

@ -1,10 +1,4 @@
*.ex diff=elixir
*.exs diff=elixir
# 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
*.css diff=css